Earlier quoted context omitted.
> Code is not art, it's instructions. I'll slightly disagree here because code needs to be read by a computer and by your human teammates. There are times when I'm frustrated because prettier is making a necessary but unintuitive choice and causing my code to become harder to read. But those are rare, and I would never trade them for the guarantee of readable code the other >99% of the time.
> I'll slightly disagree here because code needs to be read by a computer and by your human teammates. I still don't think that makes it art and this is why: art can't be simplified. Code can. Take that to it's extreme and you see that code can be simplified down to nothing without anything being destroyed. Art can't. Maybe you could say that the act of programming (or simplifying) is an artform, but that's not what…
I disagree. The thing being destroyed is readability and common understanding with your fellow programmers.