graph TD T("๐งช Test, Test, Test!!!") --> C("๐งน Clean Code") C --> R("โป๏ธ Refactor") R --> D("๐๏ธ Design Patterns") D --> P("โก Performance Opt") T2("๐ CI/CD") --> C P --> T2 style T fill:#c8e6c9,stroke:#2e7d32,stroke-width:3px style C fill:#e3f2fd,stroke:#1565c0,stroke-width:3px style R fill:#fff3e0,stroke:#e65100,stroke-width:3px style D fill:#f3e5f5,stroke:#7b1fa2,stroke-width:3px style P fill:#ffcdd2,stroke:#c62828,stroke-width:3px style T2 fill:#c8e6c9,stroke:#2e7d32,stroke-width:3px