|
|
|
|
|
by hirvi74
26 days ago
|
|
GP here. What I meant is that I try to be pragmatic when writing applications. Most languages solve most problems with relatively minor differences between them. Of course, some languages excel in areas few or others do not. When it comes to C#, I struggle to justify when it is the “right tool for the right job.” If I were building a game in Unity, C# makes sense as it’s the only option. But if I were to build, I do not know, a FizzBuzz Widget, why use C# over any other language? The only answer I can usually come up with is language familiarity. My employer’s answer to that question would be, “Because C# is a Microsoft product.” |
|