All Posts

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