[Freeciv-Dev] Re: Coding Guideline Updated RFC
[Top] [All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
> As I said you are alone here.
ahhh... the influence of corporate coding standards ;). it really does make
code easier to read if you have to an actual code review (at least in my
company). they tend to place really high value on strictly formatted and well
documented code. not properly formatted and documented == rewrite and
document. i know its a hassle and i don't like doing it either, but if
somebody else has to maintain my code, i might as well give them the benefit
of understanding it... of course you have to throw in an undocumented case of
the comma operator for good measure :)
int ret = some_ptr && ( (void)some_ptr->foo(), 0) )
i realize that most developers don't think too highly of doing that stuff,
but still... it would be nice to go thru an open source program and not have
to think too hard about what everything does. i guess i'm in a minority here
too :(
andy
- [Freeciv-Dev] Coding Guideline RFC, (continued)
- [Freeciv-Dev] Re: Coding Guideline RFC, Raimar Falke, 2001/11/26
- [Freeciv-Dev] Re: Coding Guideline RFC, Raimar Falke, 2001/11/26
- [Freeciv-Dev] Re: Coding Guideline RFC, Petr Baudis, 2001/11/26
- [Freeciv-Dev] Coding Guideline Updated RFC, Gregory Berkolaiko, 2001/11/26
- [Freeciv-Dev] Re: Coding Guideline Updated RFC, Gregory Berkolaiko, 2001/11/26
- [Freeciv-Dev] Re: Coding Guideline Updated RFC, Andrew Sutton, 2001/11/26
- [Freeciv-Dev] Re: Coding Guideline Updated RFC, Raimar Falke, 2001/11/26
- [Freeciv-Dev] Re: Coding Guideline Updated RFC,
Andrew Sutton <=
- [Freeciv-Dev] Re: Coding Guideline Updated RFC, Mike Kaufman, 2001/11/27
- [Freeciv-Dev] Please vote!, Gregory Berkolaiko, 2001/11/28
- [Freeciv-Dev] Re: Please vote!, Petrus Viljoen, 2001/11/28
- [Freeciv-Dev] Re: Please vote!, Stepan Roh, 2001/11/28
- [Freeciv-Dev] Re: Please vote!, vze2zq63, 2001/11/28
- [Freeciv-Dev] Re: Please vote!, Reinier Post, 2001/11/29
- [Freeciv-Dev] Re: Please vote!, Raimar Falke, 2001/11/29
- [Freeciv-Dev] Re: Please vote!, Reinier Post, 2001/11/29
- [Freeciv-Dev] Re: Please vote!, Petr Baudis, 2001/11/29
- [Freeciv-Dev] Re: Please vote!, Reinier Post, 2001/11/29
|
|