101

That feeling when you've been writing some sophisticated feature in Java for 2 consecutive days and you compile the code waiting for errors but it just works fine without any errors.

Comments
  • 4
    I call BS on that my friend :D
  • 1
    @thecritic I shit you not..
    And that was my first reaction too.... I still don't believe it
  • 1
    Something is definitely wrong here.
  • 5
    @navz I had to actually go through the code to make sure nothing is wrong...
    No logical errors found as well... Just bad design in some classes... But it all works like a charm. Lol
  • 9
    Wtf. Why would you write two days worth of code and never compile? Wouldn't you want to write a small portion that implements one feature and then test it?
  • 1
  • 1
    @Makenshi Exactly what I was going to say.
  • 1
    @Makenshi I have a bad habit of stimulating the execution in my head without compiling...tho I always end up with errors and design flows, this time it just worked
  • 1
    @Mitch377 Thanks for the advice.... And sure will have my senior review it
  • 2
    you must be suspecious about that code
  • 0
    Define" works fine without errors "
  • 0
    You should add tests.
Add Comment