> > You *are* bracket-happy though, you know. ^_^ > oh?
You must be referring to this:
if (test) {
..
..
..
} else {
..
}
the else could safely lose the {}. However I find the else then gets lots
easily. It is also my experience that every time i have a place where I can
get away without braces I end up needing them later. Since I code in python a
lot, I find that I forget to add them. So as compensation I just add them by
default.
