问题描述
我已经阅读了约4-5本关于设计模式的书籍,但是我仍然不觉得我已经越来越接近设计模式的中间层次了吗?
我应该如何去学习设计模式?
设计模式有没有好书? >
我知道这只会有经验,但必须有一些方法来掌握这些?
最好的方法是开始编码。设计模式是一个很好的概念,很难从阅读中了解它们。采取一些您在线查找的示例实现,并围绕它们进行构建。
很棒的资源是页面。他们超越了模式,给了你概念和现实世界的例子。他们的参考资料也很棒。
I have read around 4-5 books on design patterns, but still I don't feel I have come closer to intermediate level in design patterns?
How should I go studying design patterns?
Is there any good book for design patterns?
I know this will come only with experience but there must be some way to master these?
The best way is to begin coding with them. Design patterns are a great concept that are hard to apply from just reading about them. Take some sample implementations that you find online and build up around them.
A great resource is the Data & Object Factory page. They go over the patterns, and give you both conceptual and real world examples. Their reference material is great, too.
这篇关于如何学习设计模式?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!