ksvanhorn comments on Hard problem? Hack away at the edges. - Less Wrong
You are viewing a comment permalink. View the original post to see all comments and the full post content.
You are viewing a comment permalink. View the original post to see all comments and the full post content.
Comments (30)
I've certainly found this to be a useful strategy when dealing with complicated problems in software development. Sometimes a problem is just too big, and I can't quite see how all the pieces need to fit together. If I allow myself to leave some important design problems unresolved while I work on the parts that I do understand well enough to write, I often find that the other pieces then fall into place straightforwardly.