3
Hit 1000 lines of Python code in one sitting and felt like a god until I ran it
2 comments
Log in to join the discussion
Log In2 Comments
the_sam9h ago
I saw this dev talk recently where a guy said the first time you run new code it's basically just "confession time" for all your assumptions. Seriously, my record was 47 errors off a 200 line script. The real god move is writing tests as you go, but who actually does that on the first sprint, right? What was your worst bug count on a first run?
5