26 Principles
The design of Moose relies on a handful of principles:
- Analysis must be tackled globally
- Analyses only offer local facets of the input data. To obtain a better picture, we need a global approach that enables us to combine multiple analyses.
- Analysis = Data + Analysis Glue + Generic Technique
- Data must always be at the center. The generic techniques must be applicable in various contexts. The analysis glue must be as concise as possible.