flowchart TD A[Deadline Pressure] --> D[High Cognitive Load] B[Complex Problem Solving] --> D C[Implementation Focus] --> D D --> E[Commenting Shortcuts] E --> F[No Comments] E --> G[Obvious Comments] H[Comment Rot] --> I[Outdated Comments] style A fill:#f8f9fa,color:#000 style B fill:#f8f9fa,color:#000 style C fill:#f8f9fa,color:#000 style D fill:#fff3e0,color:#000 style E fill:#ffebee,color:#000 style F fill:#ffcdd2,color:#000 style G fill:#ffcdd2,color:#000 style H fill:#ef9a9a,color:#000 style I fill:#ffcdd2,color:#000