The _____ principle in coding best practices advocates that a function or module should only have responsibility over a single part of the functionality.

  • Agile
  • DRY
  • RAD
  • SOLID
The blank should be filled with "SOLID." The SOLID principles are a set of five principles that help in designing maintainable and scalable software. The Single Responsibility Principle (SRP) is one of these principles and emphasizes that a function or module should have a single responsibility.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *