[postgis-users] 1.3.3 Pre-Release Notice

David Potts dave.potts at pinan.co.uk
Tue Apr 8 23:57:00 PDT 2008


 The other issue I noticed with the file, and could just be my editor
> (which
> drove me a bit crazy) is that in some locations, the indentation is off so
> I
> reindented some sections.  Also less of a deal there seems to be a mix of
> syntax style -e.g
>
> if () {
>
> }
>
> Vs.
> if (..)
> {
>
> }
>
> What is the prefered style?
>
> Thanks,
> Regina
>
Reindenting the code may be nice and may help people to read the code, but
its not a wise idea.

If a new bug is introduced in to the code, its easier to find the areas
that changed between releases, if you just look at the changes made. 
Reindenting the code great increases the number of changes lines, thus
making it harder to spot any problems.

D.


-- 
Any views expressed in this message are those of the individual sender,
except where the sender specifically states them to be the views of the
Pinan Software





More information about the postgis-users mailing list