7 ms·
"Most 100,000 LOC "applications" created by people like this could be rewritten as five lines of Perl in fifteen minutes. I know because I've done it. [...] I s
by toolate 16y ago
"Most 100,000 LOC "applications" created by people like this could be rewritten as five lines of Perl in fifteen minutes. I know because I've done it. [...] I should also mention that a lot of productivity comes from thinking beyond the current problem. The "YAGNI" attitude that is so popular these days is the cause of a lot of problems."
So your quick five line script does everything that the fully specced application does and is a generalised solution that will accommodate future expansion. Really?
- jrockway 16y agoYeah. Making general stuff is easy. Making your app break for special cases is hard.