Re: [1/2OT] a buggy TCP client program



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
.



Relevant Pages

  • Re: Salvayn and Roos de Werk Revisited
    ... SNIP NUMBER ONE ... << 1 Robert de Ros ... << 1.1 Margaret de Ros ... father Robert de Ros, 1306-07: ...
    (soc.genealogy.medieval)
  • Re: address of a statement in C
    ... > dandelion wrote: ... Code with goto in it can ... Never written code myself with gotos so yeah... ...
    (comp.lang.c)
  • Re: Use of subroutines
    ... Go tos are not evil. ... >I still maintain that a subroutine is first and foremost a GOTO ...
    (comp.lang.fortran)
  • Re: Guide to Fortran 2003 Programming
    ... < I regard as an extreme and ill-advised position on the use of GOTO, ... large program one GOTO gave a higher score than no GOTOs. ... One problem in C is that while there is 'break' to exit a loop ...
    (comp.lang.fortran)
  • Re: [1/2OT] a buggy TCP client program
    ... pete wrote: ... #define G goto ... Before you go anywhere near networking code, ... Take a look at his "homemade" x86 assembler syntax that he ...
    (comp.lang.c)