Kazim Zaidi
Posts: 2
Nickname: kazim59
Registered: Jul, 2008
|
|
Re: The Simplest Thing That Could Possibly Work?
|
Posted: Jul 10, 2008 12:54 PM
|
|
James, what you're talking about is tolerance for code compression. As human programmers, we all have different tolerance for complexity in code. For a newbie, even simple is not simple. For an experienced developer, big systems appear to be simple. (and I'm talking with reference to my own level of experience :-P)
http://steve-yegge.blogspot.com/2008/02/portrait-of-n00b.html
However, I believe that after a certain amount of complexity, the system is complex for everyone. And that's real complexity. It is here where this catch-phrase gets its meaning.
It means, precisely, do not do complex things. Take simple steps to conquer the problem.
Otherwise, to take that catch-phrase literally means ruining your system, since often the simplest thing is simply not the best thing, requiring lots of rewrite in later phases.
|
|