Thread Welche Schreibweise verwendet ihr ?: ... nur aus Interesse (168 answers)
Opened by havi at 2003-09-11 23:56

SirLant
 2003-09-12 16:14
#50970 #50970
User since
2003-08-04
516 Artikel
BenutzerIn
[default_avatar]
Ich nehme Variante 1, in folgender Form:
Code: (dl )
1
2
3
4
5
6
7
8
9
10
if (foo ($bar)) {

print $bar;

}
else {

print $foo;

}


Genau so mit Leerzeichen vor Klammern, nach Wörtern usw.
1Tab = 4Spacezeichen bei mir\n\n

<!--EDIT|SirLant|1063368866-->
--Programming today is a race between Software Enginers striving to build bigger and better idiot-proof Programs,
and the Universe trying to produce bigger and better idiots.
So far, the Universe is winning!

View full thread Welche Schreibweise verwendet ihr ?: ... nur aus Interesse