Difference between Architecture and Design
ConclusionCode design is how the application code structure will be implemented, how will be the responsibilities for each class, the domain in your application, how the modules will be structured, and will be the communication between modules layers.Architecture plan the segregation (if necessary) ..