Why open-closed principle is important
SOLID design principles is something that every software developer must know, especially if the developer mainly uses object oriented programming paradigm. SOLID is an acronym. For those who aren’t familiar with the term, this is what it stands for: Single responsibility principle Open-closed principle Liskov substitution principle Interface segregation principle Continue Reading
A simple way of solving climate crisis
Man-made climate change is a major global problem that has been on the news for many years. The issue is notoriously difficult to solve, as humanity has tried to do so since it has been first discovered and hasn’t managed to get it done. But it doesn’t have to be Continue Reading