-
Notifications
You must be signed in to change notification settings - Fork 0
Description
Currently the recommended approach to development is to use an IDE installed on a local workstation. In the near future development may be mostly happening in a web browser. I already make minor changes such as documentation changes routinely in-browser on github.com.
Local workstation development requires users to install an IDE and other tooling, plus patch and update constantly. Ideally this is repeated similarly for each member of a team and in each office of each person (I currently must patch IntelliJ, Docker, Java, and Gradle on my home office PC, work office PC, and travel Macbook). A docker compose quick start is great, but running it in a dev container is even better as it reduces the difficulty of entry for interested parties even lower, especially great for potential contributors.
Up and coming cloud development solutions include GitHub codespaces and IntelliJ spaces plus dozens of others. Cost is a consideration though as free tiers have limited hosted resources.