Category: Programming

Clean Code – how to start

There are multiple rules out there which helps to achieve the clean code in your codebase. All of them are worth to familiarize with. But if I had to choose the most important one – I would say it will be SOLID principles. If you will write SOLID code, then probably...