On 19 Oct 2003 06:43:51 -0700,
(maths_fan) wrote:
>What style do you prefer?
The one true style, obviously.
>Where to place brackets?
Cuddled except for function definitions, where they go one line under.
>How to name variables
By function.
>functions
By variable.
>constants
Constantly.
>How do you format your source code?
As I go... (seriously: adjusting formatting after the fact tends to confuse
version control systems).
>Do you write comments?
/* FIXME: broken */
(Yes, direct quote I'm afraid
Serious answer: simple, undertandable, consistent.
-- Mat.