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 Albatros Ekibi | May 15, 2022 | Blogpost
In our previous post, we dwelled on the significance of clean coding. Now we can talk about clean coding practices. The first and the most important clean coding practice is the naming convention. We constantly name methods, functions, classes, and parameters. We...