Hacker News new | ask | show | jobs
by happycoder97 2472 days ago
What is orthogonal architecture?
1 comments

i would assume: the different parts of the architecture are independent, and each addresses a completely distinct non-overlapping responsibility. i.e. you can add or remove or adjust each part without interactions between parts
Could you give some guidelines to keep an emerging architecture orthogonal?