Comment on: What kinds of problems is /v/programming solving these days?
4 24 Dec 2015 08:21 u/erki in v/programmingComment on: What programming language changed your outlook on creating software?
C# was the first language I've used where the code read like a spoken language.
foreach(Person friend in Friends.Where(x => x.Age > 25)
So succinct and intuitive. Too bad my current job is 95% Java.
Trying to get 100 average-at-best developers to not turn the code base into a horrid mess. It is an uphill battle, so next on the agenda is automated code review tools.