graph TD subgraph "Tools" T1("๐ Editor / IDE") T2("๐ง Version Control") T3("๐๏ธ Build Tools") T4("๐ Static Analysis") T5("๐งช Unit Testing") T6("๐ Profiling") end subgraph "Ecosystem" E1("๐ GitHub") E2("๐ CI/CD") E3("๐ Documentation") end T1 --> T3 T3 --> T5 T2 --> E1 E1 --> E2 style T1 fill:#c8e6c9,stroke:#2e7d32,stroke-width:3px style T2 fill:#e3f2fd,stroke:#1565c0,stroke-width:3px style T3 fill:#fff3e0,stroke:#e65100,stroke-width:3px style T5 fill:#f3e5f5,stroke:#7b1fa2,stroke-width:3px style E1 fill:#ffcdd2,stroke:#c62828,stroke-width:3px style E2 fill:#c8e6c9,stroke:#2e7d32,stroke-width:3px