Coding: Clean Code & Query Optimization

Clean code It turns out that to say that the code is clean and the system is designed correctly, easy reading of the code is not enough. It should have other qualities as well: The code is easy to modify. With the right design and architecture, extending your code can be done without much time … Continue reading Coding: Clean Code & Query Optimization