show/hide this revision's text 2 added 242 characters in body

I do not think your example code is clever at all, as it is ridiculously difficult to work out what it does.

Clever code must meet all of these requirements:

  1. Be easy to understand
  2. Work
  3. Achieve something in an elegant and succinct way

If it isn't easy to understand, then it is isn't clever code.

(Edited to remove the claim that hard to understand code is stupid code IMOas there are occasions when it is necessary to write hard to understand code. Of course, it should then have copious amounts of documentation to explain it...)

show/hide this revision's text 1

I do not think your example code is clever at all, as it is ridiculously difficult to work out what it does.

Clever code must meet all of these requirements:

  1. Be easy to understand
  2. Work
  3. Achieve something in an elegant and succinct way

If it isn't easy to understand, then it is stupid code IMO.