feat: init
[skip ci]
This commit is contained in:
commit
0d6c010cce
55 changed files with 4216 additions and 0 deletions
17
docs/ARCHITECTURE.rst
Normal file
17
docs/ARCHITECTURE.rst
Normal 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.
|
||||
Loading…
Add table
Add a link
Reference in a new issue