4 ms·
>Use a better language instead of caring about the names. That's not always an option. Also, I don't find the language OP linked syntactically challenged. C#
by robwilliams 10y ago
>Use a better language instead of caring about the names.
That's not always an option.
Also, I don't find the language OP linked syntactically challenged. C# has a similar syntax and it's much more readable than what you've provided:
people.Sort(p => p.FirstName);