78

You know what's fucking scary?
If you change a big block of code and it compiles, all tests are passed and you don't even get a warning.
Just wasted 20 Minutes because I tried to look for a mistake

Comments
  • 0
    good job! the paranoia help?
  • 2
    It probably means you're getting better ;)
  • 0
    Untested code is broken code. Out with it 😉
  • 0
    Strange... Could be leak in the tests
  • 2
    I know the feeling but more so I did some setup for saving data for the app I'm working on all in one go, and surprisingly my day wasn't spent fixing my bugs, it worked on the first go. I was so shocked :/
  • 0
    There's a memory leak between lines 50 and 72
Add Comment