'BEM Methodology', self::UTILITY => 'Utility Classes', self::TRADITIONAL => 'Traditional CSS', }; } public function getDescription(): string { return match($this) { self::BEM => 'Block__Element--Modifier naming convention', self::UTILITY => 'Single-purpose utility classes', self::TRADITIONAL => 'Classic CSS component approach', }; } }