httpaste/docs/ARCHITECTURE.rst
Tiara Rodney 0d6c010cce feat: init
[skip ci]
2022-04-01 01:02:09 +02:00

17 lines
No EOL
478 B
ReStructuredText

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.