moon_aka_sun (
moon_aka_sun) wrote2012-07-22 03:24 pm
![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
Entry tags:
I love this!
Извраты стиля получают должное :)
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");
}
и много других перлов собрано (и получают название) в блоге Атвуда.