Question: Explain the concept of the DRY principle in software development.Answer: DRY (Don't Repeat Yourself) is a software development principle that encourages the elimination of redundancy by using abstractions such as functions, classes, or modules.Example:
|
Is it helpful?
Yes
No
Most helpful rated by users:
- What is the difference between a stack and a queue?
- What is the purpose of an index in a database?
- What is the purpose of the \'git\' version control system?