New posts in naming-conventions

How do you reconcile common C++ naming conventions with those of the libraries

Objective C - Why do constants start with k

How can I simulate interfaces in C++?

Why does Ruby use respond_to? instead of responds_to?

Trailing underscores for member variables in C++

Where did the class name 'hero' come from in CSS?

Can anyone explain the gcc cross-compiler naming convention?

lower_bound == upper_bound

Ruby naming conventions?

What naming convention do you use for the service layer in a Spring MVC application? [closed]

Database name convention: DATETIME column

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

Swift's standard library and name collision

print variable-name in Matlab

File name convention for compound words?

What's your convention for typedef'ing shared_ptr?

When is a function name too long?

How to name C# source files for generic classes

Camel case and Pascal case mistake

Why shouldn't I prefix my fields? [closed]