Skip to content

Commit

Permalink
Modificaciones de decisiones arquitectónicas
Browse files Browse the repository at this point in the history
  • Loading branch information
uo288574 committed Feb 22, 2024
1 parent 370639d commit a5b5257
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/src/09_architecture_decisions.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -40,15 +40,15 @@ There you will find links and examples about ADR.
|Advantages
|Disagvantanges

|React
|Use of React
|It is the most used javascript framework and there is a lot of documentation about it.
|All of us in the team will have to learn how to use it because we have never worked with it.

|JavaScript
|Use of JavaScript
|It is a language we have all used.
|It is a complex language that can cause us problems while other simpler languages could make our work easier.

|MongoDB
|Use of MongoDB
|Being a non-relational database, it is easier to use. In addition, it is used by large telecommunications companies.
|Non-relational databases are the ones with which we have the least experience.
|===

0 comments on commit a5b5257

Please sign in to comment.