Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
@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'
-
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. -
@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! -
The other infamous from C, “Thou shalt not follow the null pointer, for chaos and madness await thee at its end.”
Related Rants
The infamous..
joke/meme
java
nullpointerexception
null