8

If the code is running, then it must be doing what I want. Right guys? Is it normal to be this paranoid even after lots of runs of the code without crashing?

Comments
  • 2
    You are always dependant on frameworks, compiler, hardware kontrolleres, os etc. Your code could be perfect still it will stop working at times.
    Ignore the paranoia, accept the occasional glitch and fail.
  • 1
    I think its good paranoia, or rather, suspicion of corner cases. People who lack it end up coding horrible messes you have to fix. If you always think "it works so it's done", it's not gonna work for long.
Add Comment