• @delial
    link
    English
    181 year ago

    I love that this implies Visual Studio is not worth its salt, because it most certainly isn’t.

    • HTTP_404_NotFoundOP
      link
      fedilink
      English
      201 year ago

      Depends on the language.

      For .net, it’s pretty hard to beat.

      For anything else, I use vscode. Its a great all-around IDE/editor.

      • Fneec
        link
        fedilink
        21 year ago

        I prefer Rider over VS but I like VS Code too

        • HTTP_404_NotFoundOP
          link
          fedilink
          21 year ago

          I hear lots of people say good things about rider- but, I have yet to actually try it out.

          Mostly- because, getting my company to spend $$$ on tools… is like pulling teeth.

            • HTTP_404_NotFoundOP
              link
              fedilink
              31 year ago

              That may be true- but, that doesn’t help navigate the evil known as corporate billing and bureaucracy.

              Trust me, some companies can be an absolute pain in the ass when it comes to getting funding… for even cheap stuff.

              Before the software can even be acquired, the legal team has to review contracts. Then, payroll/billing/accounts receivable has to setup their junk. Vendors have to sign invoices.

              As much as I wish it was as easy as just creating an account, and entering my paypal- it doesn’t work that way in many large companies.

              • @hairyballs@programming.dev
                link
                fedilink
                31 year ago

                Fair point. I’ve experienced that in big corps, so I now you’re right. For example, we would lose a bunch of time because the PCs didn’t have enough memory, but they couldn’t get us more RAM sticks, because of the bureaucracy, it could take 2 years or so.

                • HTTP_404_NotFoundOP
                  link
                  fedilink
                  31 year ago

                  After nearly 6 years of fussing about my PCs hardware, I DID finally get a massive upgrade… and became the owner of some of the fastest hardware my company had to offer.

                  Compile times, and everything was BLAZING fast.

                  Then… cyber rolled out a few new security agents. Nothing is fast anymore. :-(

      • @delial
        link
        English
        91 year ago

        You should check out Jetbrains Rider. It feels like cheating. Or ReSharper if you can’t leave VS completely

        • @HarryEffingPotter@programming.dev
          link
          fedilink
          English
          4
          edit-2
          1 year ago

          Bruh the refactoring is so goddamn amazing. And the shortcut to just automatically fix all indents? HNNNNNNNNG

          My biggest beef with it though is that it has no visual designer for .net core winforms. Like what the fuck is that. If I need to bang out a propietary app for an enterprise client in 8 hours winforms is the avenue of choice. It might not be winning any popularity contests but goddamn is it easy to have a working product in mere hours.

          • @delial
            link
            English
            31 year ago

            Then we can at least agree that DataGrip blows SSMS out of the water.

            By salt, I mean the total cost of the software. The install size, the launch time, the update time, whatever they’re charging my company, and any overhead in using it.

            For VS, it should be better. It’s big. It’s slow. It lacks features. There are poorly supported features and abandoned, half-baked stuff. I have to have multiple versions installed because they broke backwards compatibilty for some stuff. MS should be able to do better, but I don’t think the company can.

            • @Mikina@programming.dev
              link
              fedilink
              English
              21 year ago

              Almost every Microsoft product is horrible. Our company has switched from our internal backoffice for attendance and project time allocation tracking, which was kind of terrible but aside from some slight issues (the only one I can think of being that if you wanted to create a time report for a project you’re not on, enabling “all projects” pretty much froze the page for a few seconds, since it was loading hundreds of projects into a single selection box), to O365 Dynamics.

              And oh my god it’s the worst UX I’ve EVER seen. Every click takes around 4-5 seconds before the page even loads. You can’t simply take project report from a single day, and copy it to the whole week. No, the only thing you can do is duplicate a single record, but you still have to manually change the date in like two fields - wich takes like 15 seconds since everything including a Data Picker takes ages.

              It’s not intuitive in the slightest. You can’t just search for a project somehow easily, you have to open like a million of submenus to find what you need, and if something is missing you have to create a bazillion of different stuff for it before you can even track the time. It takes me literally around an hour to properly log what I was doing during the last month, and I only work part-time, so I only need to report like 10 days.

              When we were switching the company was making a pitch about how it gives them more precise data about projects, but everyone I’ve talk to about it just stopped bothering with precisely recording every hour to a project it belongs, and just groups it up somewhat approximately. I can’t imagine having to properly log the 3-5 different projects I work on or am on a meeting for during a single day, just thinking about it makes me want to quit, so I just choose the project I was allocated to for the week and report whole 8 hours to that. Or just group a few hours of overtime into a single random day on a single project.

              And it’s the same with Microsoft Azure. I’ve worked with both GCloud and AWS, and nothing was as slow and annoying to use as Azure - but mind you, that was several years ago, it may be better now. But I guess that’s the price you pay for having such a large amount of developers. I’ve heard that they have whole teams for a small subset of features on every products - such as a team responsible only for one screen. That has to be such a mess.

              • @HarryEffingPotter@programming.dev
                link
                fedilink
                English
                2
                edit-2
                1 year ago

                Typescript would like a word. So would VS Code.

                They ain’t all misses.

                Also O365, while convoluted, shouldn’t run that shittily, sounds like your hardware/network is dated as f.

                ADO is vastly better than it was years ago, the pipeline stuff is a lot slicker.

                • @Mikina@programming.dev
                  link
                  fedilink
                  English
                  21 year ago

                  I concur, VS Code is amazing, I’ve totally forgotten about that. TypeScript I haven’t really used much, so I can’t judge that, but now that I think about I do most of my work in C# and don’t have anything bad to say about it, so that’s also nice.

                  Most of O365 is fine, while still a little bit slower than anything else, but the Dynamics just isn’t responsive no matter what network or hardware I’m on. It’s a convoluted CRM. And I do have a new desktop that I bought a few months ago, and 1Gbps network, so none of that should be a factor.

                • @delial
                  link
                  English
                  21 year ago

                  Algebraic types in TypeScript are game-changing. I immediately wanted them in C# for deriving domain models from database entities and then view models from domain models.

            • Kogasa
              link
              fedilink
              English
              11 year ago

              I like DataGrip more than SSMS for just writing and running SQL. Not for managing databases. It doesn’t have as much functionality in that area.

              Visual Studio isn’t slow. It hasn’t been for a while. Visual Studio with Resharper is slow. I don’t think “lacking features” is a serious complaint, it has quite a lot.