|
|
|
|
|
by qznc
3568 days ago
|
|
Marcosdumay did not state that "complexity" was the problem, but "requirements evolution". Following KISS and YAGNI means you hard code lots of assumptions. When the requirements change, it means you have to fix all those subtle hard-coded assumptions everywhere and that is usually hard. |
|