package
0.0.0-20241220081035-1c36c8bd91a4
Repository: https://github.com/szq-123/codingpractice.git
Documentation: pkg.go.dev

# README

Design patterns examples in Go

https://www.jianshu.com/p/ea4d4d97b0c9
https://coolshell.cn/articles/21263.html

我们一定要牢记设计模式是前人总结的一套可以有效解决问题的经验,不要一写代码就在考虑该使用什么设计模式,这是极其不可取的。 正确的做法应该是在实现业务需求的同时,尽量遵守面向对象设计的六大设计原则即可。 后期随着业务的扩展,你的代码会不断的演化和重构,在此过程中设计模式会大放异彩的。

# Packages

No description provided by the author
No description provided by the author
No description provided by the author