This page has moved to
http://www.superluminal.com/dave/weblog/archives/2002_06_25.html
You will be redirected to that page in 10 seconds.
New RSS feed at
http://www.superluminal.com/dave/weblog/index.xml
Dave Seidel :: Wavicle
Holons, nothing but holons.
Tuesday, June 25, 2002
« Less is more »
Holons, nothing but holons.
Tuesday, June 25, 2002
« Less is more »
Deleting code. I love deleting code.
Select, delete. Bam. You are the weakest method, goodbye. Build. Errors. Fix errors. Re-factor. Select, delete. Au ’voir.
If you work like I do, then your projects always get to a point where the main features are all there and all that’s left are bugs—and clean-up.
Look, there’s some lovely filth right here. Select, delete, auf wiedersehen.
Uh oh, looks like my data and UI are intermingled right here. Think MVC. MVC MVC. Re-factor. Select, delete. Build. Yahoo.
This is my favorite part of software development, when the code goes from weird but working to clean and maintainable and working much better.
And the most fun part is that delightful Delete key. [inessential.com]
I definitely agree with Brent. I'm always looking for opportunities to reduce my code to the essentials. This is why the LOC (lines of code) metric is so silling and misleading. In programming, size matters...and smaller is better. :-)