Is the set of SOLID principles the absence of an additional "D"?
3 answers
This is a bit like asking why you shouldn't add the monkey key to the apple basket: they are not really the same thing.
SOLID is a set of principles specifically designed for object-oriented design.
DRY is, I would say, somewhat orthogonal in that it is a programming principle that can be applied to whatever you write.
(Having said that, the acronym is almost too good to leave)
+3
source to share