DEV Community

Discussion on: IDE’s are stuck in the past

 
jonaszipprick profile image
Jonas Zipprick • Edited
  • Codesphere is optimized for Typescript or Javascript in the beginning. But we'll be expanding in the future if there is large demand for it (Thinking about PHP, or Golang).
  • You have your own isolated workspace where you can install almost anything, but the more you customize the more intelligence you loose.
  • GitHub Codespaces will have to follow a catch-all approach to support the many different project languages and architectures they have on Github. One downfall of that is that they can't really host your application for production. Codesphere has a more opinionated view on your programm, following the "convention over configuration" approach. This allows us a tight coupling of code and infrastructure.