Path: utzoo!attcan!uunet!portal!cup.portal.com!thad
From: thad@cup.portal.com
Newsgroups: comp.sys.amiga
Subject: Re: Draco keywords
Message-ID: <6830@cup.portal.com>
Date: 24 Jun 88 07:02:51 GMT
References: <1809@van-bc.UUCP> <337@uwslh.UUCP>
Organization: The Portal System (TM)
Lines: 13
XPortal-User-Id: 1.1001.2826

STYLE is very important.  After just completing a 300,000+ line C port,
in retrospect I'm *GLAD* I used (for example):

    if ( condition)
    {
       for ( loop head )
       {
            (loop body);
       }
    }

MUCH much easier to see closure when the opening and closing braces are
indented the same.