Programming is looking at a feature request in the morning, thinking "I can do that in one line of code", and then six hours later having refactored the rest of the codebase sufficiently that you can implement the feature...
...in one line of code.
September 27, 2005 6:18 PM
Programming is looking at a feature request in the morning, thinking "I can do that in one line of code", and then six hours later having refactored the rest of the codebase sufficiently that you can implement the feature...
...in one line of code.
Comments are no longer being accepted for this blog entry. If you really want to make your voice heard, you can always email me.
That sounds just like how perl got started. :>
Wow... you just summed up my entire job.
I ended writing a whole library of classes, plus two Perl modules, to do this once . . . Come to think of it, I'm still doing it. :-)
Mind you, they were rather small Perl modules . . . .