Re: Win32Lib
- Posted by wolfgang fritz <wolfritz at king.igs.net> Sep 28, 2000
- 612 views
< re: David's comments > > 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. ... yes, PLEASE !! > And please, put the commas in constant declarations *immediately* > after the expression, *not* on the next line: ... again YES !! > If the code doesn't fit on 80 character lines, break it (the API linking routines are > the exception). This makes it easy to scan the code, and find the start of > each routine. How about 76 character lines. Most Windows editors, (... using default fixed fonts... at 640 by 480 ), I've used won't even show 80 characters, because of the scroll bar !