# Head-First-Design-Patterns-leaner **Repository Path**: fterimage/head-first-design-patterns-leaner ## Basic Information - **Project Name**: Head-First-Design-Patterns-leaner - **Description**: Head-First 设计模式,pdf以及示例代码。源代码地址:https://hub.fastgit.org/bethrobson/Head-First-Design-Patterns.git - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 1 - **Created**: 2021-04-21 - **Last Updated**: 2024-03-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Head First Design Patterns (2020 2nd Edition) ### Head-First 设计模式,pdf以及示例代码。 源代码地址: ``` https://hub.fastgit.org/bethrobson/Head-First-Design-Patterns.git ``` 因为原版代码中有一部分编译不过去。为了看代码实现效果,新增个专门用于学习的leaner项目 ###### =================================================================================== 2021-0423-1650更新。Head First这个书还是看着太催眠了。b站找到尚硅谷的设计模式视频。 b站地址: ``` https://www.bilibili.com/video/BV1G4411c7N4?from=search&seid=5488416349720479341 ``` 代码目录: ``` https://github.com/mxg133/learnforJava_DesignPattern ``` word笔记: ``` 尚硅谷_韩顺平_图解Java设计模式-converted.docx ``` ###### =================================================================================== I have recently updated all the code for Head First Design Patterns for the 2nd edition of the book, released in December, 2020. Download the code and compile and run from the command line, or load the code into project in Eclipse using Java 8 or higher. Other links for the book are available on the book page at wickedlysmart.com.