Salesqueen Software Solution

Download Free Estimation Now Click Here
Notifications
Clear all

what is DRY principle?

3 Posts
3 Users
0 Reactions
143 Views
Posts: 488
Topic starter
(@vishva)
Reputable Member
Joined: 2 years ago

DRY principle.

2 Replies
Posts: 389
(@abishek)
Reputable Member
Joined: 2 years ago

Every item of knowledge must have a single, authoritative, clear representation within a system, according to the DRY principle. In their book The Pragmatic Programmer, authors Andy Hunt and Dave Thomas developed the idea.

Reply
Posts: 522
(@kavitha-shri)
Honorable Member
Joined: 2 years ago
  • Don't repeat yourself, or DRY, is a software development principle that tries to reduce pattern recurrence and code duplication in favour of abstractions and to prevent redundancy.
Reply
Share: