|
|
|
|
|
by makapuf
3567 days ago
|
|
I agree about the dangers of over abstraction but you're implying it derives from the principles, however the lines The KISS principle states that most systems work best if they are kept simple rather than made complex
Therefore, simplicity should be a key goal in design, and
unnecessary complexity should be avoided. YAGNI is a
practice encouraging to purely focus on the simplest
things that make your software work.
made me think that it clearly warns against overengineering.(edit:formatting) |
|