<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>架构设计 :: Zeus</title><link>https://docs.cncf.vip/go-zeus/architecture/index.html</link><description/><generator>Hugo</generator><language>zh</language><atom:link href="https://docs.cncf.vip/go-zeus/architecture/index.xml" rel="self" type="application/rss+xml"/><item><title>设计哲学</title><link>https://docs.cncf.vip/go-zeus/architecture/design-philosophy/index.html</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://docs.cncf.vip/go-zeus/architecture/design-philosophy/index.html</guid><description>内部复杂（灵活）+ 外部简单（默认）。
用户 5 行代码启动应用，需要时能挖到底层实现细节。
所有 PR、API 设计、文档组织都必须服从这条哲学。新增功能前先回答：“能不能在用户不需要时看不到？”
验收指标（可量化） 指标 目标 业界标杆 Hello world 代码行数 ≤ 5 行 Gin: 7 行 / FastAPI: 5 行 L1 用户需记忆的概念数 ≤ 2 个（App + Config） Redis: 5 / Gin: 3 默认装配数量 ≥ 8 个组件 Django: batteries included 从 demo 到生产改动 仅改配置 go-zero: etc/ L1 → L4 切换成本 渐进，无需重写 Spring Boot 分层 设计参考 不是抄作业，而是借鉴 + 不抄的部分：</description></item></channel></rss>