Created Code structure (markdown)

ByteHamster 2024-03-25 23:09:12 +01:00
parent 9ec3b1761c
commit 2264d72887
1 changed files with 3 additions and 0 deletions

3
Code-structure.md Normal file

@ -0,0 +1,3 @@
AntennaPod is structured in several modules to ensure that similar code is close together and to avoid cyclic dependencies, which makes sure that the code can easily be tested. As an initial overview, the figure below gives the structure of all AntennaPod modules.
![moduleDiagram](https://github.com/AntennaPod/AntennaPod/assets/5811634/280c7fc5-a9c4-489a-9e65-3a6210af7f51)