|
About ::
TODO ::
Blog ::
RSS ::
Old blog ::
Projects ::
GIT ::
Gallery ::
Notes
Thu, 03 Apr 2008
Codying style Becauseitmoreeasilyallowsyoureyestoseethedifferentoperators. B e c a u s e i t m o r e e a s i l y a l l o w s y o u r e y e s t o s e e t h e d i f f e r e n t o p e r a t o r s .The same applies to more common: for (i=0; i<10; ++i) vs for (i = 0; i < 10; ++i)The latter just wastes lots of space and forces eyes to move That is my own opinion, obviously the more people involved, more opinions strike. So, never kick someone when he is on the edge Ugh, and forgot likely the favourite one: for (i=0; i<10; ++i) vs for (i=0; i<10; i++)Update: Oh holy crap: I recall people compared theirs uptimes to show kernel/ maintainer has this big: ===========D arch/alpha maintainer has this big: =D arch/arm maintainer has this big: ==D arch/avr32 maintainer has this big: ============D arch/blackfin maintainer has this big: ===================================D arch/cris maintainer has this big: =D arch/frv maintainer has this big: ====D arch/h8300 maintainer has this big: =D arch/ia64 maintainer has this big: ==D arch/m32r maintainer has this big: ====D arch/m68k maintainer has this big: ==D arch/m68knommu maintainer has this big: =====D arch/mips maintainer has this big: ====D arch/parisc maintainer has this big: D arch/powerpc maintainer has this big: ==D arch/ppc maintainer has this big: =D arch/s390 maintainer has this big: =D arch/sh maintainer has this big: ====D arch/sparc maintainer has this big: ==D arch/sparc64 maintainer has this big: ===D arch/um maintainer has this big: ==D arch/v850 maintainer has this big: ===D arch/x86 maintainer has this big: =D arch/xtensa maintainer has this big: ==DAnd couple of my projects: fs/pohmelfs maintainer has this big: =======D drivers/block/dst/ maintainer has this big: ============D drivers/connector maintainer has this big: ===D drivers/w1 maintainer has this big: =======DNot bad, will put it near the mirror... /devel/other :: Link / Comments (8) Jonathan Pryor wrote at 2008-04-03 17:38:
abr wrote at 2008-04-03 19:44:
Jonathan Pryor wrote at 2008-04-03 20:10:
Matthew W. S. Bell wrote at 2008-04-03 23:18:
anonymous wrote at 2008-04-04 06:25:
Someone wrote at 2008-04-04 11:22:
Roman wrote at 2008-04-09 10:33:
Please solve this captcha to be allowed to post (need to reload in a minute): 17 - 26 Comments are closed for this story. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Chris Smith wrote at 2008-04-03 15:27: