Local Software Development Environment
(Redirected from local development environment)
Jump to navigation
Jump to search
A Local Software Development Environment is a Software Development Environment that is accessible to one individual.
- Context:
- It can be accessed by Software Development Systems.
- …
- Counter-Example(s):
- …
- Counter-Example(s):
- See: Compiler, Interpreter (Computing), Continuous Integration, Revision Control, Sandbox (Software Development).
References
2021
- https://zurigroup.com/blog-best-practices-development-environments/
- QUOTE: ... 4 Best Practices for Development Environments (shared by a developer)
- Establish a local development environment.
- Operate a single machine to both run the application and develop on
- Adopt source control
- Create a safe space for testing within the dev environment
- QUOTE: ... 4 Best Practices for Development Environments (shared by a developer)