Guido's intuition (was Re: typetesting, adaptation, typeclasses, ...)

Courageous jkraska at san.rr.com
Sat Feb 2 19:11:43 EST 2002


>	} else {
>      }
>

I _always_ put braces like this

something
{
}
somethingelse
{
}

Why? So that when I hit the % key in vim, it takes me to the exact same
indentation level brace, giving me a clue whether or not I matched the
right one or not (which can get screwed up if the wrong thing is commented
out, dontcha know).

C//




More information about the Python-list mailing list