CST438 Software Engineering: Module V

 

 Module 5: Summarization of Learnings in the Week

This week involved working on the front-end side, and it really made me appreciate React-based projects and the component-based architecture. Where each component has a predesignated file, remains isolated and can encapsulate everything about the component: HTML, CSS, and JS. This component-based architecture is better organized and seemingly extends the life of the code, as it would be relatively easier to modify some time in the future, than other traditional methods. Also learning more about Github and git, learned how to cherry-pick and merging of PRs.

Comments

Popular Posts