# design-pattern **Repository Path**: hanxiaoyang1/design-pattern ## Basic Information - **Project Name**: design-pattern - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-10-18 - **Last Updated**: 2023-10-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Discussion ## 封装变化 - Stragtegy -> 封装算法 - State -> 封装于状态相关的行为 - Mediator 封装对象间的通信/协议 - Iterator 访问一个聚集对象中各元素的构件的方法 ## 四元素 - 元素名称 - 问题 - 解决方案 - 效果