33

That moment when you write 200 lines of code and it compiled, runs and passes all tests.
Sweet Jesus!

Comments
  • 4
    miracles do happen
  • 0
    It happens often ... I don't run the program till I've gone thru the code dozens of times 😂
  • 3
    That moment when you feel like God 😁
  • 1
    @repstosd Don't you feel like maybe you wouldn't have to go through the code dozens of times if you just ran and tested small pieces?
  • 0
    Just a note: it differs greatly depending on a language - e.g. 200 lines of old Java doesn't do much compared to succinct Haskell where 200 lines may do the same (usually better, because dev is forced to handle errors explicitly) job as 2000 lines of Java code.
  • 1
    @Fydrenak being careful helps build skills.

    Measure twice cut once
Add Comment