|
|
|
|
|
by mattmanser
4895 days ago
|
|
I don't use Java but the equivalent in C# is literally `thing.OrderBy(p => p.Whatever);`. So even simpler than your example. The boiler plate code has been disappearing in C# a lot faster than Java, but I believe Java is catching up. So needing an IDE to actually edit code to relieve the tedium of boilerplate is is not the case these days, although you still need it to manage things like references, I'd not want to manage that myself. |
|