#programming-best-practices

[ follow ]
fromHackernoon
2 years ago

Code Smell 297 - Syntactic Noise | HackerNoon

"When you pack too many operators, brackets, and special characters into a single expression, you force readers to mentally parse complex syntax before understanding what the code does."
Scala
#python
fromnodesource.com
1 month ago

How Node.js Handles Async Operations

Node.js operates on a single-threaded event loop, executing JavaScript code in a single thread while handling multiple tasks concurrently through asynchronous I/O and event-driven programming.
Node JS
fromAllthingssmitty
1 month ago

Leveraging

The any type in TypeScript disables static type checking, which can lead to codebases being as unsafe as JavaScript, undermining TypeScript's primary benefits.
JavaScript
fromHackernoon
1 year ago

IEnumerable Isn't What You Think It Is-And It's Breaking Your Code | HackerNoon

IEnumerable is not a collection and treating it as such can cause hard-to-catch bugs due to repeated enumeration.
Agile
[ Load more ]