首页 > 其他分享 >CleanArchitecture 清洁架构

CleanArchitecture 清洁架构

时间:2022-10-23 11:35:12浏览次数:38  
标签:What 架构 清洁 How does our CleanArchitecture

Questions

Why do we separate applications into multiple projects?

为什么我们要将应用程序分成多个项目?

What are some principles we can apply when organizing our software modules?

设计我们的软件模块时,哪些原则我们可以应用?

How does the organization of our application’s solution impact coupling?

我们的解决方案怎么设计才不会高度耦合?

What problems result from certain common approaches?

某些常见的方法会导致什么问题?

How does Clean Architecture address these problems?

清洁架构如何解决这些问题?

 

标签:What,架构,清洁,How,does,our,CleanArchitecture
From: https://www.cnblogs.com/friend/p/16818206.html

相关文章