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


_______________________________________________
postgis-users mailing list
postgis-users@postgis.refractions.net
http://postgis.refractions.net/mailman/listinfo/postgis-users

Reply via email to