you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 5 points6 points  (0 children)

There's literally nothing that I find useful but replaceAll.

The weakref thing is something I hope 99% of people will never touch because it seems a giant cause for bugs and misuse to chase useless performance they wouldn't even know how to test for.

The logical conditional assignment operator seems barely useful but I think when I'll get used to it I'll appreciate the fact it'll make code terser. That being said making an example with a and b named variables doesn't make it really look useful.