A general purpose tag to cover anything concerning naming, be it files, programming constructs, data etc.
For the "Hello World" example in android.com, the package name is "package com.example.helloandroid;" Is there any guideline/…
android namingA long time ago I have read an article (I believe a blog entry) which put me on the "right" …
design-patterns oop naming-conventions namingPossible Duplicate: What's the use/meaning of the @ character in variable names in C#? I understand that the @ symbol can …
c# variables naming specifications reserved-wordsPossible Duplicates: *.h or *.hpp for your class definitions Correct C++ code file extension? .cc vs .cpp I used to …
c++ c filenames header-files namingBoth seem to be used in web development circles, see e.g. HTML5 Cross Browser Polyfills, which says: So here …
terminology naming vocabulary polyfills shimBasically when I have a python file like: python-code.py and use: import (python-code) the interpreter gives me syntax error. …
python namingWhich characters are illegal within a branch name?
git branch namingI have migrated a project from CVS to SVN. Now I need to rename that project. What can be the …
svn namingWhen writing a python module and functions in it, I have some "public" functions that are supposed to be exposed …
python python-2.7 coding-style naming conventionsI discovered that you can start your variable name with a '@' character in C#. In my C# project …
c# variables naming specifications reserved-words