MathGroup Archive 2010

[Date Index] [Thread Index] [Author Index]

Search the Archive

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 



      


  • Prev by Date: What is the difference Between MakeBoxes and ToBoxes
  • Next by Date: Re: StringCases matching on portions of sublist?
  • Previous by thread: Re: What is the difference Between MakeBoxes and ToBoxes
  • Next by thread: Re: Function and object naming conventions