1 Comment
User's avatar
⭠ Return to thread
Caleb Mellas's avatar

Awesome article. We so often forget as engineers that we are not writing code for computers as much as we are writing code for humans. 😅

We are going to spend 95% of our time reviewing existing code, and or refactoring it or extending it.

Readability and standard patterns are key to making your code live long, and be extensible, readable, maintainable, and performant.

Thanks for sharing!

Expand full comment