Skip to content
This repository has been archived by the owner on May 10, 2024. It is now read-only.

ADR 01 (JavaScript)

Manueluz edited this page Feb 17, 2024 · 2 revisions

ADR 01 (JavaScript)

Decision

We will use JavaScript as our programming language, this includes the frontend and backend.

Status

Accepted.

Consequences

It is very widespread, which makes it very easy to search information about it. In addition, we have already worked with it. And having the same programming language for all services makes implementation easier.

Risks

Our experience in JavaScript is much more limited when you compare it with other languages like java. Also the lack of static type checking at compile time might be a drawback when developing the project further down the road.