I saw a portion of Uncle Bob's presentation here on bad code, and the section on the "Boy Scout rule" (whatever that is) on software development, no matter how funny or crazy it sounds, to me is one of the simplest and better ideas on how we can improve software development. The idea, if I can paraphrase Uncle Bob, is to leave the code better than when we found them. And I realize that the obsessive-compulsive in me have been doing this all along for years without knowing it. Now at least I know how to call it and better yet how to communicate it to my team and those willing (or not) to listen.
See for yourself. I have yet to see the entire video myself.
http://www.infoq.com/presentations/Robert-C.-Martin-Bad-Code
Subscribe to:
Post Comments (Atom)
What a line of code
I didn't know this line of code (in any language) will make sense but apparently it does: auto l = [](){}; Look at all those bracke...
-
After reading and playing around with the steps mentioned in Scott Mitchell's excellent tutorial on 3-Tier ASP.NET Architecture (the fir...
-
using System; using System.Data; using System.Configuration; using System.Web; using System.Web.Security; using System.Web.UI; using S...
-
I just got a new machine, an Acer laptop with enough bells and whistles to make a developer happy (Core 2 Duo, 2GHZ, 2 GB RAM). As usual I ...
No comments:
Post a Comment