nntp2http.com
Posting
Suche
Optionen
Hilfe & Kontakt

Re: basta con le oscenita`

Von: MarkM82 (marconospam@tin.it) [Profil]
Datum: 06.11.2009 11:50
Message-ID: <4af3ff7c$0$827$4fafbaef@reader5.news.tin.it>
Newsgroup: it.lavoro.informatica
Hole ha scritto:
> Una cosa che non sopporto nel loro standard di formattazione e' pero':
>
> try {
> ...
> } catch(..) {
> }
>
> Io preferirei:
>
> try {
> ..
> }
> catch() {
> }
>
> Stesso dicasi per:
>
> if () {
> } else if {
> }
>
> Mentre io preferisco:
>
> if () {
> }
> else if {
> }
>


Io addirittura da un po' di tempo uso:

if ()
{
}
else
{
}

Fai più righe, ma evidenzi meglio dove stanno i rami if, else e stessa
cosa per do.

[ Auf dieses Posting antworten ]

Antworten