Exactly. You can get to the goal of less lines rather easily but it results in absolutely disgusting code since you're doing things like creating overly complex lines with nested ternary expressions.
Easy to read code with fewer decisions should be the goal of a code minimalist.
Easy to read code with fewer decisions should be the goal of a code minimalist.