Notationer

Generelt om Naming Conventions:

http://en.wikipedia.org/wiki/Identifier_naming_convention

Hungarian Notation:

iVariable, strVariable, objVariable;

http://en.wikipedia.org/wiki/Hungarian_notation

CamelBack Notation:

inputVariable, outputVariable, stringBuilderObject;

http://en.wikipedia.org/wiki/CamelCase

All Caps Notation:

INPUT_VARIABLE, OUTPUT_VARIABLE, STRING_BUILDER_OBJECT;

http://en.wikipedia.org/wiki/All_caps

  1. Ingen kommentarer endnu.
  1. Ingen Trackbacks endnu.