General statistics
List of Youtube channels
Youtube commenter search
Distinguished comments
About
ThePrimeTime
comments
Comments by "" (@adambickford8720) on "Ageism in Software | Prime Reacts" video.
It's not just learning a syntax or grammar; every language has an ecosystem and expected idioms. IME java devs will likely take a `List<T>` whereas in C# it tends to be `IEnumerable<T>`. Java solutions tend to be more 'abstract' than C# solutions. C# tends to have better async support, which has a non-trivial impact on the code.
14