• mozz@mbin.grits.dev
      link
      fedilink
      arrow-up
      1
      arrow-down
      1
      ·
      28 days ago

      Yeah

      I could maybe see it, if all you know otherwise is C++, and your experience with other languages is trying to make python / go / node / whatever work well on a Windows machine without well-working tooling, and then you finally try C# and it’s like oh shit, it’s not filling up my mouth with feces every time I want to iterate over a dictionary or need memory management, this is a big improvement, I like it

      But, VSCode has good support for those other languages now anyway

      And, the bigger question, who the fuck are all these people upvoting this

      Like what do you guys do all day? Or is this some subtle super sophisticated joke I am not understanding, or do you just like the man’s chin? Or do you just not program and you upvote programming things out of general excitement about the idea of doing programming?

      Who in the fuck is this excited about C# of all the things in the world to get excited about?

      I’m just baffled in general by it

        • mozz@mbin.grits.dev
          link
          fedilink
          arrow-up
          0
          ·
          28 days ago

          Yeah. That’s what I was saying - it is clearly superior to C++ and probably to Java but those are like the worst two languages in the meta. It’s like hey this is a clear improvement over what we were doing 40 years ago that’s acknowledged by everyone has aged poorly.

          Idk man, I’m not trying to be bigoted about it just saying my experience is more pleasant with a few other languages available outside of that grouping.

          • JustAnotherRando@lemmy.world
            link
            fedilink
            arrow-up
            2
            ·
            28 days ago

            It very much depends on what you’re trying to do. C# is pretty great for developing APIs, especially in an enterprise environment involving a lot of business logic. I don’t have much of an opinion on Django as I haven’t spent enough time looking into it, but I have looked at enough Node.js code to know I don’t prefer it for most of the projects I’ve been involved in.
            My Python experience is largely based in working with things like Raspberry Pis, and relatively simple jobs where Python made the job pretty easy. I don’t know enough experience with larger Python projects to have a feel for what good architecture in a complex application looks like.
            With C#, I can go into a large application using good practices and quickly navigate the code and be productive.