Week 6 - CST438

 This week we learned about using service oriented architecture to better organize our application. We also practiced doing this as a group for our assignment. I can see how this would be helpful, especially if this were an ongoing project and each one of us was in charge of managing the codebase changes for a certain a feature/micro-service. For small apps, it's easy for developers to avoid stepping on each other's toes, but as an application grows, service oriented architecture helps us define what that part of the codebase will do, what requests will it take, what will it return, etc. It's easier to communicate with other team members about what we expect from the service they manage so that our service can do its job as well.

Comments

Popular posts from this blog

Journal Week 4

Week 5: CST438 Journal

This week