All Posts

  • Published on
    View count
    1063 views
    Negatives are harder to understand. Conditional functions should be expressed as positives every time.
  • Published on
    View count
    216 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
    92 views
    Learn about the Open-Closed Principle (OCP) and its benefits. Extend functionality without modifying code, ensuring maintainability and reusability.
  • Published on
    View count
    161 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
    89 views
    Discover how the Dependency Inversion Principle improves code maintainability and modularity by relying on abstractions and inverting control of dependencies.