47
Comments
  • 7
    @JohnCdf It's a bad joke because nullpointerexceptions are easy to solve...
  • 8
    @JohnCdf its a thing when someone writes 10 lines of java code and cant read stacktrace and think java is bad because they dont know how to write 'new'
  • 0
    Checker framework if you really can't figure them out.
  • 2
    @BindView **starts slow clapping
    **stands up
    **continues to clap harder

    Thank you.
  • 0
    I literally can't remember when had an NPE for the last time.
    Either I use null as a kinda switch (and check it) or it just can't happen in my data structures.

    Btw, Kotlin increased Exceptions a lot for me since it doesn't force you anymore to catch exceptions when a Method can throw one. But it's a good learning curve.
  • 0
    @BindView Just starting to unlearn it again because of recent projects in Kotlin, Python and JS (ES6).

    It just confuses me when there is an Error in my Java-Code. 😥 Damn Habits!
  • 0
  • 1
    The other infamous from C, “Thou shalt not follow the null pointer, for chaos and madness await thee at its end.”
Add Comment