feat: init

[skip ci]
This commit is contained in:
Tiara Rodney 2022-04-01 01:02:09 +02:00
commit 0d6c010cce
55 changed files with 4216 additions and 0 deletions

17
docs/ARCHITECTURE.rst Normal file
View file

@ -0,0 +1,17 @@
Architecture
============
.. only:: not readme
.. uml:: architecture.uml
Programming Paradigm
--------------------
This python package is mainly authored according to a functional programming
paradigm, however, strictly adhering to said seemed ignorant, since not all
objects in Python are immutable anyway. Modification of mutable input objects
are therefore not regarded as side-effects per se, due to the contractual nature
of a function's parameter signature.