Re: Oppinion...
- Posted by Brian Broker <bkb at CNW.COM> Jan 25, 2000
- 470 views
Just a few comments... On Tue, 25 Jan 2000 21:48:07 +0100, PQ wrote: >- Using only constant-statements for the famous create() function, integer is also an option. While this is true, I think it's better to use constants for Windows and their components since these are things you typically do not want to change. It prevents you from accidentally modifying a 'variable' that would break your program. >- Adding useless spaces between nothing¬hing or something¬hing. While the spaces are useless to the compiler, they can add quite a bit to the readability of your code (and they do not increase the size of your program significantly). -- Brian