Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!uwm.edu!bionet!agate!ucbvax!TREARN.BITNET!FERZAN From: FERZAN@TREARN.BITNET (O) Newsgroups: comp.lang.asm370 Subject: Re: programming style Message-ID: <9102270728.AA19176@ucbvax.Berkeley.EDU> Date: 27 Feb 91 07:28:25 GMT References: Sender: daemon@ucbvax.BERKELEY.EDU Reply-To: IBM 370 Assembly Programming Discussion List Distribution: inet Organization: The Internet Lines: 14 X-Unparsable-Date: Wed, 27 Feb 91 09:12:01 TUR i never understand why everybody puts their comments to the right hand side of program source, but, me as an experienced programmer, i always put comment as a topic, above the program source. example: ****************************************************************************** * start program * ****************************************************************************** START EQU * don't you have someting more serious to do .. it is waste of time ..