I love this!
Jul. 22nd, 2012 03:24 pm![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
Извраты стиля получают должное :)
1. Yoda Conditions
Using if(constant == variable) instead of if(variable == constant), like if(4 == foo). Because it's like saying "if blue is the sky" or "if tall is the man"
3. Egyptian Brackets
if(a == b) {
printf("hello");
}
и много других перлов собрано (и получают название) в блоге Атвуда.