DEV Community

Discussion on: Wishful Coding

Collapse
 
wrongabouteverything profile image
wrong-about-everything

That's what Fred Brooks wrote about in Mythical man-month. He proposed to build a higher-level skeleton first, the one that just compiles but implements no useful behavior. Then delving deeper and deeper, considering fail scenarios and edge cases. Though I guess pretty much everybody has came to this approach already by the time he or she has read the book.

Collapse
 
rpalo profile image
Ryan Palo

Neat! I'll have to check that out. He probably spells it out more clearly and concretely than what I have in my head, so that should be helpful.