All Posts

  • Published on
    View count
    111 views
    Discover the benefits of removing dead code - improved maintainability, reduced risk of bugs, enhanced readability, and better performance.
  • Published on
    View count
    1157 views
    Negatives are harder to understand. Conditional functions should be expressed as positives every time.
  • Published on
    View count
    227 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
    95 views
    Learn about the Open-Closed Principle (OCP) and its benefits. Extend functionality without modifying code, ensuring maintainability and reusability.
  • Published on
    View count
    173 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.