Skip to content

Commit

Permalink
Module names
Browse files Browse the repository at this point in the history
  • Loading branch information
jonpas committed Apr 17, 2015
1 parent ba576c5 commit 2d5b10f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions documentation/development/modularity-and-pbo-structure.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,16 @@ Main principles:
Main principles:

- Try to keep single module dependencies as much as possible
- InteractionMenu would be the requirement for most modules.
- Anything that is 100% config should require common and not interaction.
- Interact_Menu would be the requirement for most modules.
- Anything that is 100% config should require Common and not Interact_Menu.

```
Main -> Common -> OptionsMenu -> InteractionMenu -> Most things
Main -> Common -> OptionsMenu -> Interact_Menu -> Most things
Main -> Common -> Config things
Main -> Common -> 3D Models |
InteractionMenu | -> Feature
Main -> Common -> 3D Models |
Interact_Menu | -> Feature
```


0 comments on commit 2d5b10f

Please sign in to comment.