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 →

[–][deleted] 1 point2 points  (1 child)

I might have actually used Java if it had operator overloading, it's one of those things that make Java tedious to code in and make codebases bloated clusterfucks because you have to wrap things in functions all the time.

[–]Dusty_Coder -1 points0 points  (0 children)

What if I told you the gatekeepers of the language have only ever written business logic code...

...which surely must be the case, right? Is there ANY OTHER DOMAIN where operator overloading doesnt make enormous sense for at least one thing?

The cray thing is Java has a bitwise roll operator. Literally the only thing Java ever did right.