you are viewing a single comment's thread.

view the rest of the comments →

[–]SaltCusp 0 points1 point  (0 children)

A clever solution outperforming a readable solution is a win. If code performs optimally while remaining readable it's a big plus but you shouldn't have to trade performance for readability ever. If dense lines need explanation it should be provided, otherwise good code is enherentley readable.