|
|
---
|
|
|
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.
|
|
|
|
|
|
Each decision shall be documented, specifying the reasons that led to said design decision.
|
|
|
|
|
|
Most importantly, **nothing is written in stone**, so if you'd like to contribute with your own discoveries and suggestions, you're more than welcome! |
|
|
\ No newline at end of file |