|
|
|
|
|
by baudehlo
4005 days ago
|
|
It's a lot of syntactic sugar and things removed. Even the ?: operator which I use a lot. Typing "a = if b then c else d" is a huge wasted opportunity to just keep the ?: op. Plus there's no way to get the == operator even if you know you want it and understand the nuances. |
|
Fair enough on the == operator, but it's another that I have honestly never needed or wanted.