Maxi Contierimaximilianocontieri.com·Apr 11, 2023Code Smell 206 - Long TernariesTL;DR: Don't use ternaries for code execution. You should read them as a math formula. Problems Difficult to read Low Reuse Low Testability Solutions Extract the method guards Refactorings https://maximilianocontieri.com/refactoring-010-extra...11 likes·77 readsCode SmellsGeneral ProgrammingAdd a thoughtful comment1 commentTop commentsDeactivated User·Apr 13, 2023Apr 13, 2023Helpful Blog. ·Reply