Code Smell 269 - Low-Level Addition | HackerNoon
Briefly

Favoring declarative functions like sum() improves readability and reduces potential errors. It shows exactly what the code is doing with minimal syntax and clutter.
Using language high-level functions you can make your code shorter, clearer, and less error-prone. It tells you exactly what the code is doing and not how.
Read at Hackernoon
[
|
]