Patrycja (BR 605) on Nostr: groovy has to be one of the most braindead languages in the world among the things ...
groovy has to be one of the most braindead languages in the world
among the things i've encountered today:
private on a method doesn't do anything - anyone can still call it
the return types also don't really matter, you can return an array from void method() or a string from bool tryDoThing() and nobody will stop you
when you call a method (with this.method()), but you have a global function with the same name, it might end up calling the global function instead. why? funy
aaaaaaaaaa
among the things i've encountered today:
private on a method doesn't do anything - anyone can still call it
the return types also don't really matter, you can return an array from void method() or a string from bool tryDoThing() and nobody will stop you
when you call a method (with this.method()), but you have a global function with the same name, it might end up calling the global function instead. why? funy
aaaaaaaaaa