[racket] Racket style guide (was Re: Argument order conventions (was: Variable naming conventions))

From: Matthias Felleisen (matthias at ccs.neu.edu)
Date: Tue Sep 20 07:09:26 EDT 2011

On Sep 20, 2011, at 1:42 AM, Tom McNulty wrote:

> Thanks for the guide!
> 
> What is the Racket convention for named constants? 
> 
> Somewhere along the way I picked up the convention of prefixing constants with k, ie. kMyConstant.   Transmuted into racket I find myself typing:
> (define k-my-constant ...)  is there an established convention?


We have personal conventions (cap C, all caps) but no universal one, which is why the style guide doesn't have one. 

-- Matthias




Posted on the users mailing list.