You know that yellow squiggly line in your IDE that's basically screaming "THIS IS BAD CODE" while your linter has an existential crisis? Yeah, the lion doesn't care. Function works? Ship it. The code might be held together with duct tape and prayers, violating every SOLID principle known to humanity, but if it compiles and passes the tests (or you know, just runs without crashing), that's a win in the books. The yellow highlight is your IDE's passive-aggressive way of saying "I'm not angry, just disappointed" while you're out here living your best life with nested ternary operators and variables named temp2_final_ACTUAL . Code review? That's future you's problem. Right now, the feature works and that's all that matters to the apex predator of pragmatic programming.