Function and object naming conventions
- To: mathgroup at smc.vnet.net
- Subject: [mg106701] Function and object naming conventions
- From: Canopus56 <canopus56 at yahoo.com>
- Date: Thu, 21 Jan 2010 04:54:51 -0500 (EST)
In the VBA-Access world, there are generally accepted sets of naming conventions for functions, variables and objects, e.g. the Leszynski naming conventions for MS-Access (and MS-SQL) and the Reddick VBA (RVBA) for VBA. Are there a similar set of generally accepted naming conventions for Mathematica scripts? I have seen one general recommendation to use all-lower-case for functions, since Mathematica proprietary functions use initial caps. Thanks - Kurt
- Follow-Ups:
- Re: Function and object naming conventions
- From: Leonid Shifrin <lshifr@gmail.com>
- Re: Function and object naming conventions