Nothing says cleanup like nested ternaries. Average Nix code quality.
@delroth Confession. I love this shit. I think it's so much easier to read. Most people don't like this because they aren't used to the pattern.
@cbleslie @delroth I also love nested ternaries like this. 🫣
In javascript I turn everything into a self-executing anonymous function to avoid doing this.