... | ... | @@ -6,6 +6,7 @@ title: Home |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
**common** is an ever-evolving project which aims to gather all relevant data for all departments to use. The associated common repository shall be included as a submodule in all projects which require its data.
|
|
|
|
|
|
The main pillar of common is **consistency**: Each step in which data is manipulated is a potential point of failure. For this reason, we try to avoid parsing between different data structures. When implementing something new, it is highly encouraged to follow specific patterns (e.g. store all vectors as colums) to avoid headaches.
|
... | ... | @@ -39,7 +40,7 @@ It might seem draconian to impose rules on the case of names, but think about th |
|
|
|
|
|
This degree of freedom can be taimed to take advantage on a semantic level. The names of the repository are therefore decided based on a **priority list**:
|
|
|
1. Matrices and acronyms are usually a few letters in CAPS, e.g: `P` as a matrix, `ABK`, `MEA` as acronyms
|
|
|
2. Names with fewer than 3 letters are allowed to
|
|
|
2. All other names follow the **standard naming convention**
|
|
|
|
|
|
### Standard naming convention
|
|
|
|
... | ... | |