[Omake] SVN Commit: OMake Build System [0.9.8.x] (Rev. 10482)

Jason Hickey jyh at cs.caltech.edu
Mon Apr 23 09:19:49 PDT 2007


A few more declarations.

Minor: when choosing names, please try not to make silly abbreviations,
like EMPTY_ARR.  What is an ARR?  For two characters more, it becomes
very clear, EMPTY_ARRAY.  The other problem with abbreviations is that
you have to remember which names are abbreviated, and which are not.
It is a lot easier to be consistent.  The standard abbreviations are
acceptable of course, like int, float, dir, etc.  In Pervasives.om
at least, spell it out.

----
Changes:
    +8 -1	omake-branches/0.9.8.x/lib/Pervasives.om
    +2 -2	omake-branches/0.9.8.x/lib/configure/ncurses.om
 
A hyperlinked version of this commit is available at
http://svn.metaprl.org/commitlogs/omake/2007-04.html#07/04/23.09:19:49



More information about the OMake-CVS mailing list