Neatcode
  • Programming Principles
  • Design Pattern
  • Code Smells
  • design principles

    DRY (Don’t Repeat Yourself) Programming Principle

    April 8, 2023
    Pankaj

    The DRY principle (Don’t Repeat Yourself) is a programming principle that suggests that code should not be duplicated unnecessarily, and that repetition should be eliminated through abstraction and modularisation.

  • design principles

    YAGNI Programming Principle

    April 8, 2023
    Pankaj

    The YAGNI principle (You Aren’t Gonna Need It) is a programming principle that suggests not to implement features until they are actually needed.

  • design principles

    KISS Programming Principle

    April 7, 2023
    Pankaj

    The KISS principle (Keep It Simple, Stupid) is a design principle that suggests that simplicity should be a key goal and complexity should be avoided.

1 2 3 4

About Us

Privacy Policy

Contact Us

Terms & Conditions

Copyright © 2023-2025 | neatcode.org