> -----Original Message----- > From: ql-users-boun...@lists.q-v-d.com [mailto:ql-users- > boun...@lists.q-v-d.com] On Behalf Of Tony Firshman > Sent: 31 December 2010 15:12 > To: ql-us...@q-v-d.com > Subject: Re: [Ql-Users] Tables > Why on earth is there a habit (in C68 as well I expect, dragging back > OnT) of not aligning '{' with '}'. I always do.
In most languages this is normally a programmers preference. Some people like the open braces to be at the end of a line with the close brace being on at the end of the line that closes the block. Others (myself included) prefer to put the opening brace on the next line by itself that the start of block is more clearly isolated and then the closing brace also on its own line lined up with the opening brace. You also get hybrid answers. That is probably why the C "indent" program was produced so that you can process an existing source file to suit your own layout preferences. Dave Walker Tel: +44 (0)1707 652791 Mob: +44 (0)7999 218953 Web: http://www.itimpi.com Skype: itimpi _______________________________________________ QL-Users Mailing List http://www.q-v-d.demon.co.uk/smsqe.htm