68
lxnx
7y

Added almost 1000 lines of code. Compiled and no errors.

I was like, erghhh seriously?

Comments
  • 8
    In C, we immediately assume we've done something wrong if we do anything but modify comments and don't get a syntax error
  • 2
    You get to a point eventually where things work the first time you test them. But that doesn't make it any less scary.
  • 3
    But did you write unit tests?
  • 2
    i understand that this feels great, and im glad there were no errors, but i keep seeing posts like this on here and it makes me kind of annoyed that people only check their code after writing 1000 lines, you should be checking after every few lines to make sure it works
  • 0
    @alexdovzhanyn jup. Amen... Amen
  • 0
    Its easy to copy paste console.writeline("test"); a 1000 times.
  • 0
    Now just sit back and watch it break at runtime.
Add Comment