Re: [1/2OT] a buggy TCP client program
- From: Richard Heathfield <rjh@xxxxxxxxxxxxxxx>
- Date: Tue, 18 Dec 2007 09:10:11 +0000
RoS said:
<snip>
#define P printf
#define R return
#define F for
#define G goto
#define uns unsigned
Before you go anywhere near networking code, take a few classes on how to
write code legibly. When you deliberately make the code harder to read
than it should be, you deter many people from wasting their time reading
it.
--
Richard Heathfield <http://www.cpax.org.uk>
Email: -http://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: [1/2OT] a buggy TCP client program
- From: Kenny McCormack
- Re: [1/2OT] a buggy TCP client program
- From: pete
- Re: [1/2OT] a buggy TCP client program
- References:
- [1/2OT] a buggy TCP client program
- From: RoS
- [1/2OT] a buggy TCP client program
- Prev by Date: Re: [1/2OT] a buggy TCP client program
- Next by Date: Re: Is const really const?
- Previous by thread: Re: [1/2OT] a buggy TCP client program
- Next by thread: Re: [1/2OT] a buggy TCP client program
- Index(es):
Relevant Pages
|