Hey everyone. I was wondering your guys opinion to using conditionals and maybe some applications where they may have helped. I often will opt for a lookup table or ternary to prevent many nested conditonals and conditions and un necessary code. But are there any other alternatives / methods i know that sometimes these alternatives may not be as efficient but sometimes when its not necessary to write super efficient code its nice to have really clean visually appealing code