- Status: accepted
- Deciders: Everyone
- Date: 5/20/2021
Figuring out the best way to code on the same file with the least amount of conflicts.
- All Code on the same file
- Create seperate .js files that specify components
Chosen option: We decided to create js components
- Good, least amount of code
- Bad, because potentially a lot of conflicts
- Good, because simplifies our main html code
- Good, gives good environment for both front and back end to work in pairs
- Bad, because need to learn how to create these components