GitHub’s engineering team has moved to Codespaces
31–40 of 704 posts
Re: GitHub’s engineering team has moved to Codespaces
#32Re: GitHub’s engineering team has moved to Codespaces
#33Re: GitHub’s engineering team has moved to Codespaces
#34Re: GitHub’s engineering team has moved to Codespaces
#35Re: GitHub’s engineering team has moved to Codespaces
#36I would quit so fast if my company forced me to use a web IDE.
I write all my code on my personal laptop and then retype it into my company's IDE
Re: GitHub’s engineering team has moved to Codespaces
#37Maybe they should have used Nix to get a dev environment that is identical for everyone... but that would be too easy. The future is long term probably in the web, I'm just not sure we are there yet.
Re: GitHub’s engineering team has moved to Codespaces
#38I would quit so fast if my company forced me to use a web IDE.
Google allows for normal desktop IDEs, plus having a web based one. The funny thing is, many people move to the web based one because it is so good.
But Google is also unique in how piper/citc[0] (our source control) works. It's effectively designed for web/cloud based style development, so the workflow for web based dev and desktop dev are effectively the same.
So web dev can work, but I don't think the existing tech that most of the software industry has is built well to support it.
[0] https://cacm.acm.org/magazines/2016/7/204032-why-google-stor...
Re: GitHub’s engineering team has moved to Codespaces
#39I would quit so fast if my company forced me to use a web IDE.
I am wary of requiring an internet connection in order to develop, but there seem to be more and more advantages to using something like Codespaces. The article describes using pretty much any IDE, so they are just offloading the setup and running of the development environment to the cloud while letting you run your preferred IDE locally.
Re: GitHub’s engineering team has moved to Codespaces
#40Now githubs code is going to be developed on an online platform, which works by sharing code others have uploaded.
I have a feeling that this is not a good recipe.