41

And here Ladies and Gentlemen, we see some Code I hatte to discover.
(Actually the same method get's called)

Comments
  • 2
    Haha.. very similar to my case:
    https://www.devrant.io/rants/356647
    😂
  • 1
    Are u @ work on the 4th of january?
    You missed tag "Jensen" 😬
  • 1
    Of Course @danzig666.
    I won't get personal 😁
  • 0
    @SphinxGraph can you catch me up, my car is ready for the technican 😖I have to bring it in at evening time and need a transport back to the center of our life 😉
  • 2
    Oh I sehe you habe not disabled autocorrect.
  • 0
    Yep. My german dictionary fcks up english texts 😂
  • 0
    ....where the f#ck are the brackets ?
  • 1
    @VenomCLC in some languages you can remove them, if you are just making one call in that if/while/for/foreach method.
    So
    if(1 + 1 == 2)
    System.exit(0);
    is correct and would work.
    if(1 + 1 == 100)
    System.out.println("hey");
    System.exit(0);
    would only execute the exit function
  • 0
    @Scrumplex
    - There are 2 types of people...
    - If you can...it doesn't mean you have to
    - Readability should be preferred over fewer lines of code, you gave a good example for my statement :)
Add Comment