Skip to content

Development

fosol edited this page Oct 5, 2021 · 14 revisions

One of the overarching goals of the TNO project is to ensure the long-term maintainability and incremental enhance-ability of the solution. To support this, Docker containers will be used to allow developers to generate identical or similar local environments which will speed up development and testing.

VS Code supports the use of Development Containers which further enables the containerization of the development process. This enables developers to have identical development environments which ensures there are no missing dependencies or variations that result in external environments failing.

You should no longer need to worry about "it works on my computer, not sure why it doesn't work in yours".

Diagram

Through the use of Docker all required components of the solution can be run locally to build and test each feature.

Development

Table of Contents

Clone this wiki locally