Top "Naming-conventions" questions

Naming conventions refer to general rules governing names assigned to programming constructs such as variables and methods.

What's the convention for java package names without a domain association?

I can't find a Q/A on SO that answers my exact question, so I figure I'd post it and …

java android naming-conventions package conventions
What is your preferred style for naming variables in R?

Which conventions for naming variables and functions do you favor in R code? As far as I can tell, there …

r coding-style naming-conventions
Naming Conventions For Partial Class Files

I'm generating the bulk of my ASP.NET MVC scaffolding code. All generated files are partial classes which use standard …

c# naming-conventions code-generation partial-classes
How do I remove underscore of foreign key fields in code first by convention

I've got multiple classes (including TPT) in my project. Each POCO has a BaseClass, which has a GUID (called GlobalKey) …

entity-framework naming-conventions code-first entity-framework-6
Naming convention for getters/setters in Java

if I have the following private member: private int xIndex; How should I name my getter/setter: getXindex() setXindex(int …

java naming-conventions javabeans getter-setter
Where did the name `atoi` come from?

In the C language where did they come up with the name atoi for converting a string to an integer? …

c naming-conventions atoi
Why shouldn't I prefix my fields?

I've never been a fan of Hungarian notation, I've always found it pretty useless unless you're doing some really low …

c# field naming-conventions hungarian-notation
What does .dist used as an extension of some source code file mean?

Examples in the Zend tutorial: phpunit.xml.dist local.php.dist TestConfig.php.dist

naming-conventions naming
What does the postfix "_t" stand for in C?

Possible Duplicate: What does a type followed by _t (underscore-t) represent? While typing in my IDE (Xcode), autocomplete pops up …

c naming-conventions postfix-operator
javax.el.PropertyNotFoundException when trying to resolve Boolean properties in EL

I have the following tree node class: public abstract class DocumentTreeNode extends TreeNodeImpl implements javax.swing.tree.TreeNode { private Boolean …

jsf boolean naming-conventions el propertynotfoundexception