is it scalable? no.

is it maintainable? no

is it portable? not really

we rewrote our codebase around... 9 times this month :data-laughing:

  • blobjim [he/him]
    ·
    edit-2
    3 years ago

    Newer versions of Java also have a feature ported from another JVM that shows the variable that was null and what method call caused the NPE to happen. NPEs are the opposite of generic, although you have to find why the the thing was null in the first place.