KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
partern
★ 18
Open GitHub ↗
趣说PHP设计模式实现(电子书例子是java的,用php实现)
Download README (.md)
Explore Similar Repositories
wingpanel-indicator-dropbox
:
Wingpanel Dropbox Indicator
auth-bot
:
Authentication Bot
vue-i18n-filter
:
🌐 { 'vue-i18n' | t }
raf-pool
:
requestAnimationFrame pool to avoid busyness on the thread
mellori_ITX
:
Small Form Factor printable case for AMD Raven Ridge systems
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
partern
?
Download (.md)
# 趣聊设计模式(PHP版本) * 《24种设计模式介绍与6大设计原则》是比较趣味的讲解设计模式的书籍 * 书籍里面有很多比较有趣的例子,是java实现的 * 这里用PHP去实现了书籍里面的例子, 加深PHP开发者对设计模式的理解 ###总结: 1,趣聊设计模式总结.pdf文件是一样的, 是对设计模式总结结构图 2,这里把《24种设计模式介绍与6大设计原则》电子书里的java例子改成php的例子方便大家学习, 3,大部分设计模式的功能都实现, 还有几个不重要的模式,没有实现。 > 附言:模式是思想,是经验的总结,是解决问题的方案,千万不要死套模式,深刻理解,灵活使用。