Stories
Slash Boxes
Comments

SoylentNews is people

posted by Fnord666 on Thursday November 07 2019, @02:03PM   Printer-friendly
from the have-they-applied-for-a-patent-yet? dept.

Submitted via IRC for chromas

Microsoft wants developers to start coding in the cloud

As software developers, we tend to get pretty attached to the IDE we use. And it's not hard to see why -- it's the tool we rely on the most, which enables us to create fantastic products and be productive while doing so.

And this can create a problem when we're faced with a change in our flow. We do not like change. Don't get me wrong. Change is great -- as long as it's not happening on our machines. Microsoft, however, doesn't mind a challenge, as it just unveiled Visual Studio Online. Like its name suggests, it's an IDE in the browser. Unlike its name suggests, that's only a small part of it.

Visual Studio Online is basically a service for software developers, which enables users to spin up dedicated environments "for long-term projects, to quickly prototype a new feature, or for short-term tasks like reviewing pull requests."

I am sure that at some point later down the road Microsoft will find a better name for it. Probably one that includes Azure in it -- because that's where those environments live in. But, for now, as it's in the public preview phase, it'll have to do.

[...] One thing to note here is that there will also be a browser-based version of Visual Studio for this -- the Visual Studio part of Visual Studio Online I mentioned in the beginning. It's not ready for prime time yet, but it should come in handy when you're just looking to do some quick work -- at least at first I don't expect it to work as a replacement for its on-premises brothers.

All this makes me wonder if we are not looking at a shift in how we develop software. After all, if the software we create can live in the cloud, why can't the programs we write be designed there as well?


Original Submission

 
This discussion has been archived. No new comments can be posted.
Display Options Threshold/Breakthrough Mark All as Read Mark All as Unread
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
  • (Score: 5, Insightful) by srobert on Thursday November 07 2019, @04:34PM (1 child)

    by srobert (4803) on Thursday November 07 2019, @04:34PM (#917379)

    Since "the cloud" became a thing, my experience has been that software does not work as well. As a user it seemed better to me when functionality of the software did not generally depend on a network connection. I'm not really a programmer but my "IDE" is neovim, and I don't want to run it in a browser.

    Starting Score:    1  point
    Moderation   +3  
       Insightful=3, Total=3
    Extra 'Insightful' Modifier   0  
    Karma-Bonus Modifier   +1  

    Total Score:   5  
  • (Score: 2) by Common Joe on Thursday November 07 2019, @07:57PM

    by Common Joe (33) <common.joe.0101NO@SPAMgmail.com> on Thursday November 07 2019, @07:57PM (#917464) Journal

    Since "the cloud" became a thing, my experience has been that software does not work as well. As a user it seemed better to me when functionality of the software did not generally depend on a network connection.

    Honestly? I think I have the same opinion. I try to keep an open mind about this, but I just keep bumping up against the disadvantages more often than the advantages.