Path: utzoo!utgpu!jarvis.csri.toronto.edu!torsqnt!tmsoft!masnet!canremote!jonathan.forbes From: jonathan.forbes@canremote.uucp (JONATHAN FORBES) Newsgroups: comp.lang.c Subject: Re: A question of style Message-ID: <89122504120840@masnet.uucp> Date: 21 Dec 89 05:44:00 GMT Organization: Canada Remote Systems Limited, Mississauga, ON, Canada Lines: 17 Even so, writing C code that way can still be hard to read. The way I write all of my C code is: if (something) { SomethingElse(); } for (;;) { ... } It's much much easier this way, to see what matches up with what. --- * Via ProDoor 3.1R