# design-pattern **Repository Path**: codeboyzz/design-pattern ## Basic Information - **Project Name**: design-pattern - **Description**: 设计模式Java学习实践 - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: https://codeboyzz.gitee.io - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2020-05-05 - **Last Updated**: 2021-09-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 设计模式学习实践 本学习实践内容会以博客讲解结合代码实现的方式,一步一步梳理出各种设计模式的适用场景及基本原理。 力求在此过程中能够加深自己对设计模式的认知、理解、运用、掌握,做到学习上的不断积累,层层递进。 ### 策略模式 博文链接 → [策略模式:助你消除丑陋的 if else 多分支代码](https://codeboyzz.gitee.io/design-pattern-for-strategy-pattern.html) 代码仓库 → https://gitee.com/codeboyzz/design-pattern/tree/master/strategy-pattern/src/main