|
[haiku-development]
||
[Date Prev]
[03-2008 Date Index]
[Date Next]
||
[Thread Prev]
[03-2008 Thread Index]
[Thread Next]
[haiku-development] Re: coding style
- From: Gabriele Biffi <mlist@xxxxxxxxx>
- To: haiku-development@xxxxxxxxxxxxx
- Date: Mon, 03 Mar 2008 10:20:53 +0100
Fredrik Modéen wrote:
How about
if (...) {
} else {
}
but rather use the tighter one
if(...){
}else{
}
No, because it's horrible to look at :-)
Regards,
Gabriele
|