All Posts

  • Published on
    View count
    123 views
    Discover the Liskov Substitution Principle (LSP) and its role in building reliable software. Guarantee seamless substitution of parent and child classes.
  • Published on
    View count
    62 views
    Learn about the Open-Closed Principle (OCP) and its benefits. Extend functionality without modifying code, ensuring maintainability and reusability.
  • Published on
    View count
    92 views
    Each class should have a single responsibility. That means that there should be only one reason to change it. This is one of the SOLID principles.
  • Published on
    View count
    65 views
    Discover how the Dependency Inversion Principle improves code maintainability and modularity by relying on abstractions and inverting control of dependencies.
  • Published on
    View count
    43 views
    Trying to optimize your code is a waste of time in some cases. Modern browsers do a lot of optimizations at runtime.