2017-05-19
引言在软件开发中,设计模式是一种解决常见问题的经验总结,它提供了一套可复用的解决方案,帮助开发人员更高效地编写可维护和可扩展的代码。单例模式是设计模式中的一种,它确保一个类只有一个实例,并提供一个全局访问点。
Singleton Patte
MVC
, MVP
and MVVM
design patterns are most popular technologies in our web application. Many people don’t understand what’s difference among them, so do I. But I found a blog which explains the difference of three design patterns, and its’ really good.
To read original article, see here
There are three most popular MV-* design patterns: MVC
, MVP
and MVVM
. These are widely used by the various technologies.