[LLVMdev] RFC: variable names (original) (raw)
Dan Liew dan at su-root.co.uk
Tue Oct 14 00:48:18 PDT 2014
- Previous message: [LLVMdev] RFC: variable names
- Next message: [LLVMdev] RFC: variable names
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
In addition, all the common C derived languages
don’t use capitalized variable names (e.g. Java, C#, Objective-C).
That's actually not quite true. In Microsoft's C# the style guidelines [1] most things are pascal case apart from local/parameter variables which are camel case.
[1] http://msdn.microsoft.com/en-gb/library/x2dbyw72(v=vs.71).aspx
- Previous message: [LLVMdev] RFC: variable names
- Next message: [LLVMdev] RFC: variable names
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]