←back to thread

873 points belter | 1 comments | | HN request time: 0.229s | source
Show context
pgsandstrom ◴[] No.42947068[source]
> Most programming should be done long before a single line of code is written

I'd rephrase this to something like: Most programming should be done before 5% of the code is written. Because "no plan survives contact with the enemy". I often develop a plan, work for just a tiny bit, and realize some new constraints. It's after that point that you should construct your grand battle plan.

replies(3): >>42947169 #>>42947764 #>>42948334 #
1. v3ss0n ◴[] No.42947764[source]
Its wrong in those day , exploratory coding is better for dynamic languges like python using jupyter notebook , and then do proper coding after exploratory step..