clean code standards
Back, as promised in my previous post, with a handful of 6 more universal principles. Or best coding practices, if you prefer, leading to simple, clean and overall... beautiful code. That help you write better code. So far, we've tackled clean code principles such as: pure functions, separation of concerns, etc. … and good coding habits such as: release early, release often, learning to collaborate well when sharing a codebase with your peers. Well, in this post we'll be focusing on clean code standards and good habits to develop as a developer, such as test-driven development, avoiding...