---
title: "Domain-Driven Design"
permalink: "https://blog.aotoki.me/tags/Domain-Driven-Design/"
language: "zh-tw"
---

# Domain-Driven Design



- [可能性 - 重新思考 Rails 架構](https://blog.aotoki.me/posts/2024/12/06/rethink-rails-architecture-possibility/index.md) — 2024-12-06
- [Query - 重新思考 Rails 架構](https://blog.aotoki.me/posts/2024/11/29/rethink-rails-architecture-query/index.md) — 2024-11-29
- [Output - 重新思考 Rails 架構](https://blog.aotoki.me/posts/2024/11/22/rethink-rails-architecture-output/index.md) — 2024-11-22
- [Repository - 重新思考 Rails 架構](https://blog.aotoki.me/posts/2024/11/15/rethink-rails-architecture-repository/index.md) — 2024-11-15
- [Entity - 重新思考 Rails 架構](https://blog.aotoki.me/posts/2024/11/08/rethink-rails-architecture-entity/index.md) — 2024-11-08
- [Use Case - 重新思考 Rails 架構](https://blog.aotoki.me/posts/2024/11/01/rethink-rails-architecture-use-case/index.md) — 2024-11-01
- [Form - 重新思考 Rails 架構](https://blog.aotoki.me/posts/2024/10/25/rethink-rails-architecture-form/index.md) — 2024-10-25
- [Controller - 重新思考 Rails 架構](https://blog.aotoki.me/posts/2024/10/18/rethink-rails-architecture-controller/index.md) — 2024-10-18
- [驗收測試 - 重新思考 Rails 架構](https://blog.aotoki.me/posts/2024/10/11/rethink-rails-architecture-acceptance-test/index.md) — 2024-10-11
- [架構規劃 - 重新思考 Rails 架構](https://blog.aotoki.me/posts/2024/10/04/rethink-rails-architecture-planning-architecture/index.md) — 2024-10-04
- [職責劃分 - 重新思考 Rails 架構](https://blog.aotoki.me/posts/2024/09/27/rethink-rails-architecture-decide-responsibility/index.md) — 2024-09-27
- [劃分邊界 - 重新思考 Rails 架構](https://blog.aotoki.me/posts/2024/09/20/rethink-rails-architecture-decide-boundary/index.md) — 2024-09-20
- [釐清脈絡 - 重新思考 Rails 架構](https://blog.aotoki.me/posts/2024/09/13/rethink-rails-architecture-make-context-clean/index.md) — 2024-09-13
- [論 Use Case 和 Domain Service 的差異](https://blog.aotoki.me/posts/2024/09/11/discuss-about-usecase-and-domain-service/index.md) — 2024-09-11
- [重復使用的反思 - 重新思考 Rails 架構](https://blog.aotoki.me/posts/2024/09/06/rethink-rails-architecture-think-reuse/index.md) — 2024-09-06
- [從架構到設計 - 重新思考 Rails 架構](https://blog.aotoki.me/posts/2024/08/30/rethink-rails-architecture-from-architecture-to-design/index.md) — 2024-08-30
- [領域驅動設計 - 重新思考 Rails 架構](https://blog.aotoki.me/posts/2024/08/23/rethink-rails-architecture-domain-driven-design/index.md) — 2024-08-23
- [ActiveRecord 的限制 - 重新思考 Rails 架構](https://blog.aotoki.me/posts/2024/08/16/rethink-rails-architecture-activerecord-limitation/index.md) — 2024-08-16
- [通用化功能 - 重新思考 Rails 架構](https://blog.aotoki.me/posts/2024/08/09/rethink-rails-architecture-multi-tenant/index.md) — 2024-08-09
- [報表機制 - 重新思考 Rails 架構](https://blog.aotoki.me/posts/2024/08/02/rethink-rails-architecture-report-export/index.md) — 2024-08-02
- [時區換算 - 重新思考 Rails 架構](https://blog.aotoki.me/posts/2024/07/26/rethink-rails-architecture-timezone-convert/index.md) — 2024-07-26
- [複雜的操作 - 重新思考 Rails 架構](https://blog.aotoki.me/posts/2024/07/19/rethink-rails-architecture-complex-operation/index.md) — 2024-07-19
- [資料驅動設計 - 重新思考 Rails 架構](https://blog.aotoki.me/posts/2024/07/12/rethink-rails-architecture-the-data-driven-design/index.md) — 2024-07-12
- [軟體架構的挑戰 - 重新思考 Rails 架構](https://blog.aotoki.me/posts/2024/07/05/rethink-rails-architecture-the-architecture-challenge/index.md) — 2024-07-05
- [我們對 Null Object 的使用合理嗎？](https://blog.aotoki.me/posts/2023/07/26/does-our-null-object-reasonable/index.md) — 2023-07-26
- [Domain-Driven Design 的指標與聚合的關聯](https://blog.aotoki.me/posts/2023/06/28/the-relation-of-aggregate-and-pointer-in-ddd/index.md) — 2023-06-28
- [Rails 中實現 Domain-Driven Design 的挑戰（ver. 2023）](https://blog.aotoki.me/posts/2023/04/05/the-challenge-to-add-ddd-in-rails/index.md) — 2023-04-05
- [在 Game Jam（黑客松）寫測試有用嗎？](https://blog.aotoki.me/posts/2023/02/08/does-write-test-in-game-jam-is-useful/index.md) — 2023-02-08
- [領域事件在 Rails 中的呈現形式](https://blog.aotoki.me/posts/2023/01/04/the-domain-event-types-in-rails/index.md) — 2023-01-04
- [自然地在 Rails 中應用 Data Context Interaction](https://blog.aotoki.me/posts/2022/10/28/use-data-context-interaction-natively-in-rails/index.md) — 2022-10-28
- [我對 Domain-Driven Design 的理解（2022 年）](https://blog.aotoki.me/posts/2022/10/21/my-understand-of-domain-driven-design/index.md) — 2022-10-21

