Example where Up-Front Design (Would have) Saved You Time
Posted
by Winston Ewert
on Stack Overflow
See other posts from Stack Overflow
or by Winston Ewert
Published on 2010-05-05T03:31:32Z
Indexed on
2010/05/05
3:38 UTC
Read the original article
Hit count: 290
In various places I've seen the claim that by designing a system up-front, you can significantly reduce development time. I.e. by spending an hour designing you can save a week coding. My problem is that I have never seen a situation where I found this to be true. So I want to know of any examples out there that people have where this would be true:
So:
- What sort of problem arose during coding? (or was avoided?)
- How could you have avoided (or did avoid) the problem by spending more time doing design?
- Why was it (or would it have been) hard to fix the problem in the code?
© Stack Overflow or respective owner