JavaPattern

Introduction: 将一个复杂对象的构建与它的表示分离,使得同样的构建过程可以创建不同的表示。
More: Author   ReportBugs   DemoAPK   
Tags:
设计模式-

Java 的 23 种设计模式(逐步更新中)

设计模式(Design pattern)代表了最佳的实践,通常被有经验的面向对象的软件开发人员所采用。设计模式是软件开发人员在软件开发过程中面临的一般问题的解决方案。这些解决方案是众多软件开发人员经过相当长的一段时间的试验和错误总结出来的。

在确保准确和科学的情况下,尽量使用简单易懂的语言来描述 23 种设计模式。

更新日志

2017 年 4 月 7 日:

  • 新增桥接模式和适配器模式

2017 年 4 月 6 日:

  • 增加门面模式和多例模式

2017 年 4 月 3 日:

  • 增加代理模式

About

作者:天意

邮箱: hao.ty@haotinayi.win

网址:天意博文

License

Copyright (c) 2017 JavaPattern

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Apps
About Me
GitHub: Trinea
Facebook: Dev Tools