AndyWang′s Blog
About Archive Category Tags
Home
About
Archive
Category
Tags
Blog banner image
head shot

Andy Wang

Web Developer

Taiwan, Hsinchu City

Articles

41

Tags

49

Categories

20

RECENT POSTS

  • CA: Data Transfer Object (DTO)

    2025年9月11日
  • Astro 圖片優化策略

    2025年9月8日
  • Claude Code CLI:真正的 AI 開發代理人

    2025年8月7日
  • Leetcode 326. Power of Three

    2025年7月20日
  • 一分鐘闡述你的價值

    2025年6月7日

Categories

心得
7
Conferences
1
Astro
3
Cursor
1
Clean Architecture
1
CSS
2
React
5
Clean Code
2
Package
1
Kubernetes
1
Docker
1
TypeScript
4
Testing
1
JavaScript
5
Leetcode
1
Algorithm
1
HTML
1
Data Structure
1
Jekyll
1
Git
1

TAGS

AI Algorithm Asynchronous Blog CSS Claude Clean Architecture Compatibility Complexity Cursor Cursor Rules DP DTO Data Structure Deployment Docker Elevator Pitch Enums ErrorBoundary Frontend Generics Git HTML Homebrew JavaScript Junior Kubernetes Leetcode Life Linter MECE Notes OOP Package Performance React Recursion Redux Retro SOLID SWR TypeScript Unit Test Vitest blog jQuery map performance 心得
Archive Tags DTO

DTO

1 posts with this tag

CA: Data Transfer Object (DTO)
2025年9月11日
Clean Architecture
Notes
/
DTO +1
Notes
/
DTO
/
Clean Architecture
為了解決層與層之間的耦合,內部核心 Entities、Use Cases 去依賴外部格式,可能會造成今天欄位異動,連動核心需要跟著去修改,違反了依賴反轉原則(DIP),日後要擴充或是重構也是一大挑戰。
6 mins read
|
1434 words

Copyright © 2021-2025 AndyWang.

Content licensed under CC BY-SA 4.0 unless otherwise noted.