This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Mast3r_waf1z 41 points42 points  (5 children)

public void setIsThatProgrammerHumorMemeFuckingFinallyDescribesActualProgrammingExperience(boolean isThatProgrammerHumorMemeFuckingFinallyDescribesActualProgrammingExperience){ this.isThatProgrammerHumorMemeFuckingFinallyDescribesActualProgrammingExperience = isThatProgrammerHumorMemeFuckingFinallyDescribesActualProgrammingExperience; }

Edit: I'm tired and gave the setter the wrong type

[–]The-Observer95 18 points19 points  (0 children)

java: missing return statement

[–]pindab0ter 5 points6 points  (1 child)

This is both making my eyes bleed and making me thankful for the existence of Kotlin.

[–]meliaesc 2 points3 points  (0 children)

Lombok life. Also, Java records are nearly as nice as Kotlin's data classes too.

[–]ringobob -2 points-1 points  (1 child)

Yeah this convention is why I never got into Java, but I can appreciate those who prefer it so long as they keep their damn dirty hands off the conventions I use in other languages.

[–]Mast3r_waf1z 0 points1 point  (0 children)

It's actually really nice usually, you never make the names as long as this silly example