Clean Code: Comments

Clean Code: Comments

Our new topic in clean code practices is comments. If you haven’t read it yet, we recommend reading our first practice on naming. Because the two complement each other. Ideally, well-explained code should not need comments, and this is what we all wish for in...
Working Code vs. Clean Code

Working Code vs. Clean Code

Clean coding: Clean coding has recently become among the most popular threads of the software world. Well, it deserves to be so. We, as programmers, generally hear below expressions (or complaints): – I took over a mess. – That is a very complicated code...