MM
Thanks for sharing, some of them are useful in a few situations. However I would not advise people to use some of this tricks, especially the hacky conversion ones. Those would make the code "short", but definitely not "clean". For clean code, write code using well-known features of the language. Also I'd rather read a code a few lines longer, than an incomprehensible, or over-smart 1-liner. Again, thanks for sharing, just giving a different perspective.