Hacker News new | ask | show | jobs
by ankurdhama 2920 days ago
Question for you - what questions/problems a software architecture is trying to answer/solve?
1 comments

Hmm, for a software architecture, I'd say to break codes into their appropriate parts/layers, DB models/schema.

For a solution architecture, I'd say to orchestrate pieces of different software, how to integrate them, how they communicate with each other, and how to deploy them as a whole.

I would love to hear answers for that question too.