Private
Public Access
1
0
Files
u-desk/docs/02-架构设计/OOP架构/README.md

16 lines
746 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# OOP 架构设计文档
本目录包含面向对象编程OOP架构设计的分析和方案文档。
## 📄 文档列表
- [OOP-vs-Composables架构对比.md](./OOP-vs-Composables架构对比.md) - OOP 与 Composables 架构对比
- [OOP-Composition组合方案.md](./OOP-Composition组合方案.md) - OOP Composition 组合方案
- [OOP服务层实施方案.md](./OOP服务层实施方案.md) - OOP 服务层实施方案
- [全部OOP的理性分析.md](./全部OOP的理性分析.md) - 全面 OOP 的理性分析
- [临时解决方案-OOP重写ZIP.md](./临时解决方案-OOP重写ZIP.md) - 临时解决方案
## 🎯 设计目标
探索使用 OOP 模式替代 Composition API 的可行性,提供更清晰的代码组织结构。