Re: Coding Style



3 space tabs suck.

4 space 'tabs' (read spaces (i hate tabs)) would be ok.

I would prefer that the code looks like:

{
    if (func(this, that))
        other();
}

though, but I don't really have the time to work on most of this stuff
anymore, so the people who working hard on it should descide. :)

stuart


Peter Williams wrote:
> 
> Does anybody else think that the three-space
> tabs used by the original Balsa code suck?
> Should we bother to fix this -- run it all
> through 'indent' or something?
> 
> And, just out of curiosity, am I the only
> person who writes parentheses right next
> to function and identifier names, like
> this:
> 
> {
>         if( func( this, that ) )
>                 other();
> }
> 
>:-)
> 
> --
> ==============================
> Peter Williams peter@newton.cx
> "AIIEEEEEEEEE!!! DEATH ANTS!!"
> 
> --
>         FAQ: Frequently-Asked Questions at http://www.gnome.org/gnomefaq
>          To unsubscribe: mail balsa-list-request@gnome.org with
>                        "unsubscribe" as the Subject.



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]