derNarr/achrolab
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
This file contains some random information you should be aware of when
using the Python module achrolab.
Run "git submodule update" to fetch submodules.
Used conventions:
Variables:
* Always small letters
* _ (Underline) as separator between words
* e.g. example_variable
Functions:
* Start with small letter
* New word starts with capital letter (no other separator)
* e.g. exampleFunction
Classes:
* Start with capital letter
* New word starts with capital letter (no other separator)
* e.g. ExampleClass
See also the documentation in the doc folder for more information on
conventions.