
While software architecture is responsible for the skeleton and the high-level infrastructure of a software, the software design is responsible for the code level design such as, what each module is doing, t…
…e architecture is responsible for the skeleton and the high-level infrastructure of a software, the software design is responsible for the code level design such as, what each module is doing, the classes scope, and the functions purposes, etc.
…de that’s written that could be replaced with a simpler solution that the framework already offers. Read the documentation before you begin on a new task. Don’t be afraid to dig into the framework’s code–this will not only help you understand how a parti…