Re: [WiX-devs] Code formatting

2013-05-19 Thread Rob Mensching
And the WiX toolset is the same way. I just need to rewrite the document. Note: if you find inconsistencies in the code, we should fix them. My hope is that overall the code base is extremely consistent so the answer is always simple: "Make the code you add look like the code around you." On Sun

Re: [WiX-devs] Code formatting

2013-05-19 Thread Bruce Cran
Python eliminates a lot of the arguments by having the style guide be a part of the specification. There's not much argument about max characters per line when it's in pep8. Bruce On 19 May 2013, at 16:32, Bob Arnson wrote: > On 18-May-13 17:25, Rob Mensching wrote: >> We tried StyleCop for a

Re: [WiX-devs] Code formatting

2013-05-19 Thread Bob Arnson
On 18-May-13 17:25, Rob Mensching wrote: > We tried StyleCop for a while and found it was more annoying than not > since we didn't use all of it's rules. However, that was a long time > ago so maybe it is better. Microsoft tossed StyleCop over the wall; it looks like there's a lone dev working o

Re: [WiX-devs] Code formatting

2013-05-18 Thread Rob Mensching
We do. Most of the code is very consistent and you can see the rules by following what exists. There are some small things that are "in between" and old style and a new style. If you see cases where it is not clear, please ask. We should general fix it if it's wrong. Plus: Mike Carlson has shown