I searched for this citation, and like Wes, I remember reading it, but I can't remember the exact place I read it:
This echoes another comment from a recently read blog article, the author of which I cannot recall. Good programmers get off their butts. Typically, programmers won't write code until they have resolved some design issues, but in the process time can go by with very little advancement in the design. Productive developers will write some code, even if the design is vague, because software development is an iterative process.
I have lost count of the number of times I've set out to design software, then during implementation had to throw out or radically alter my design, because..
I am not proposing a code-like-hell methodology. I am merely observing that, in my experience, coding without planning is just as futile as coding with too much planning. Software development is a wicked problem; you should never make planning decisions without some kind of code prototype to ensure that you're making informed decisions. If you plan too far ahead of the code, I guarantee you are doing work that will be thrown away or altered until it is unrecognizable.
The most destructive symptom of over-planning is the wrongheaded idea that being a Software Architect(tm) means drawing a lot of UML diagrams and handing them off to a group of developers in Bangalore. UML is great if you don't want to do any work; you just draw pictures of what it would look like if work was actually done. This is not only borderline laziness, it's also a recipe for disaster. You can't architect a real world application on a whiteboard. You must prototype it in code to gather data on the performance and design implications of the choices you are making. Otherwise you really have no idea if you're creating something that makes sense-- or if it's even possible! As noted in Robert Glass' Facts and Fallacies of Software Engineering, in software design, being hands on is mandatory:
Far from being a predictable, structurable, routinizable process, design-- according to the findings of Curtis and Soloway (1987)-- is a messy, trial-and-error thing. And remember, these findings are the result of studying top designers at work. One can imagine less than top designers using an even messier process. Probably the worst possible design approach, and yet one that is tempting to most design novices, is "easy-part-first." Although it is easy to get the design process started with this approach, it all too often leads to solutions-in-the-small that won't integrate into an overall solution-in-the-large. As a result, those solutions-in-the-small must often be discarded.It is easy to see from all of this that design is complex and iterative. (This thought is explicit in Wiegers [1996].) In fact, it is probably the most deeply intellectual activity of the software development process. It is also easy to see that the initial design solution is quite likely to be wrong. And what about optimal? Well, certainly initial design solutions will rarely be optimal. But that word raises another interesting question-- is there such a thing as an optimal design solution?
As software developers-- and especially if we have pretensions of being so-called "architects"-- we should always make decisions based on experience and data. And like it or not, that means getting off our butts and writing code.
Ron Jeffries of XP fame has a really good quote for this:
"If I've got six months to build a system, then I'll spend six months building it. I'll also spend six months designing it, and another six months testing it. The good news is that it's the same six months".
Continuous design is important.
Robert Watkins on November 22, 2004 8:05 AMi agree totally:
coding without planning is just as futile as coding with too much planning
continuous design is important
but that implies there isn't a fixed target (i.e. cost is dynamic/moving/unknown). how do you convince the ppl who are paying you to essentially write you a blank cheque? if you were in their position, wouldn't you want to know (upfront) what the cost is ?
Victor, how do you know upfront what the cost is?
Upfront being before design and code, I don't see how it matters what order you do it after you get the check; except that continuous design actually finishes faster because less redesigns happen eventually.
The comments to this entry are closed.
|
|
Traffic Stats |