Re: How important is software maintenance?
- From: Richard Heathfield <rjh@xxxxxxxxxxxxxxx>
- Date: Tue, 24 Jul 2007 11:17:54 +0000
Pascal Bourguignon said:
Any program starts as:
int main(void){
return(0);
}
Not on my watch, it doesn't. For one thing, unnecessary parentheses
should be eschewed. More importantly, most of the programs I write
nowadays make heavy use of libraries that I wrote some time ago, so
there's a case for saying that main() is how the program ends, rather
than how it starts.
--
Richard Heathfield <http://www.cpax.org.uk>
Email: -www. +rjh@
Google users: <http://www.cpax.org.uk/prg/writings/googly.php>
"Usenet is a strange place" - dmr 29 July 1999
.
- Follow-Ups:
- Re: How important is software maintenance?
- From: Pascal Bourguignon
- Re: How important is software maintenance?
- References:
- How important is software maintenance?
- From: martinig
- Re: How important is software maintenance?
- From: John Slimick
- Re: How important is software maintenance?
- From: Pascal Bourguignon
- How important is software maintenance?
- Prev by Date: Re: How important is software maintenance?
- Next by Date: Re: How important is software maintenance?
- Previous by thread: Re: How important is software maintenance?
- Next by thread: Re: How important is software maintenance?
- Index(es):
Relevant Pages
|