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...
Our First General Assembly

Our First General Assembly

Meetings that started in December 2018 yielded their fruit last May, and we finally established our cooperative. Last year, and if we look back even further, the last 4 years have been challenging at some times but mostly enjoyable for all of us. We can at least say,...
Albatros Tech Cooperative Launch

Albatros Tech Cooperative Launch

It’s time to meet for informatics and solidarity! We are at TAK on 17 December. Our efforts for 3 years have brought us to the point we dreamed of; We have officially established the Albatros Tech Cooperative Launch. We look forward to meeting you, evaluating...
Clean Coding: Naming

Clean Coding: Naming

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...
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...