#programming-best-practices

[ follow ]
#code-maintainability
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
2 months 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
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 ]