interview-preparation:面试准备的设计模式

时间:2024-04-22 02:21:39
【文件属性】:

文件名称:interview-preparation:面试准备的设计模式

文件大小:1KB

文件格式:ZIP

更新时间:2024-04-22 02:21:39

面试准备 设计模式,OOPS概念 SOLID设计原则 单一责任原则 它指出,计算机程序中的每个模块,类或功能都应对该程序功能的单个部分负责,并且应封装该部分。 开闭原则 类型应为扩展名而打开,但应为修改而关闭。 也就是说,这样的实体可以允许其行为得以扩展而无需修改其源代码。 规格模式(企业) type Size int const ( small Size = iota medium large ) type Color int const ( red Color = iota blue green ) type Product struct { name string color Color size Size } type Filter struct { } func ( f * Filter ) FilterByColor ( products


【文件预览】:
interview-preparation-main
----README.md(3KB)

网友评论