Re: Win32Lib
- Posted by Michael Nelson <MichaelANelson at WORLDNET.ATT.NET> Sep 28, 2000
- 671 views
David Cuny wrote: <snip> > Now the issue of coding style. I didn't intend to get onto this subject, but > I ran into a block of code that looks very, very different from the code > around it. This isn't to say that the code doesn't work, or the coding style > is inherently wrong. But it's distractingly different, and I think that it > would be a Good Thing if the library code adhered to a common coding style. > With those caveat in mind, here are some examples where other coders differ > from me: </snip> Perhaps Win32Lib should have one team member as editor in charge of style--let the contributors write code however it comes naturally and the editor will restyle it as needed to conform to the project coding standards. I used a similar approch in a C class in which we produced programs as teams and I was on a team with a fellow who wrote brilliant but unreadable code--we got A' every time--the instructor couldn't understand his original code, but obviously thought highly of the restyled code. -- Mike Nelson