All Posts

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