Create documentation about Domain-Driven-Design

This commit is contained in:
Hypolite Petovan 2020-01-05 17:55:16 -05:00
parent 6b8db5ad13
commit 041ba704dd
3 changed files with 242 additions and 0 deletions

View file

@ -41,6 +41,8 @@ If you have seen Friendica you probably have ideas to improve it, haven't you?
## Programming
Friendica uses an implementation of [Domain-Driven-Design](help/Developer-Domain-Driven-Design), please make sure to check out the provided links for hints at the expected code architecture.
### Composer
Friendica uses [Composer](https://getcomposer.org) to manage dependencies libraries and the class autoloader both for libraries and namespaced Friendica classes.