5 Quick Tips And Techniques To Write Better Code
If you are reading this article, the chances are that you write code. Maybe even quite a lot of it... Hopefully writing that code is something that you enjoy and care about. As much as you may (or may not) love coding, as Developers we actually spend about 10x as much of our time reading code compared to writing it.
Reading other people’s code, and unfortunately even our own code, can sometimes be a miserable experience. Incomprehensible, messy, smelly code. We have all seen it. We have all written it…
Without a bit of care, our codebases can quickly become a mess. The cost of owning a mess is high! High cost to our companies. High cost to our mental wellbeing. Rotting code turns our projects into Haunted Graveyards, where even our most experienced Engineers dare not venture. Luckily we can quickly improve our code with a few simple techniques:
0 Comments