DEV Community

vinaykumar0339
vinaykumar0339

Posted on • Edited on

SOLID Design Principles

What is Desing Principles

  1. Design principles are fundamental guidelines that software developers and engineers follow to create robust, maintainable, and scalable software systems.

  2. These principles provide a foundation for making decisions throughout the software development lifecycle, ensuring that the code is of high quality and easy to understand, extend, and maintain

Acronym of SOLID

  1. S - Single Responsibility Principle
  2. O - Open/Close Principle
  3. L - Liskov Substitution Principle
  4. I - Interface Segregation Principle
  5. D - Dependency Inversion Principle

AWS Q Developer image

Your AI Code Assistant

Automate your code reviews. Catch bugs before your coworkers. Fix security issues in your code. Built to handle large projects, Amazon Q Developer works alongside you from idea to production code.

Get started free in your IDE

Top comments (0)

Postmark Image

Speedy emails, satisfied customers

Are delayed transactional emails costing you user satisfaction? Postmark delivers your emails almost instantly, keeping your customers happy and connected.

Sign up

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay