Jul 30, 2017 · 1 min read
The best thing about JavaScript is that it has so many ways to do things and isn’t opinionated about which you choose; the worst thing about JavaScript is that it has so many ways to do things and isn’t opinionated about which you choose!
Your experiences really resonated with me, and I’ve found the same thing. I think when people start “getting” functional, it feels a little dirty to look at OO code from that point on! Do you also find in C# you apply the same patterns? (Linq rather than foreach, very few if statements, etc)
