by Necmi | Sep 8, 2024 | Blogpost
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...
by Necmi | Mar 31, 2021 | Blogpost
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...