#1313 Add documentation and license header

This commit is contained in:
swarajsaaj
2020-09-10 03:22:00 +05:30
parent 7fd7735527
commit a2967c5a40
6 changed files with 100 additions and 8 deletions

View File

@ -10,7 +10,7 @@ tags:
## Intent
Separate the interface definition and implementation in different packages. This allows the client to be completly unaware of the implementation.
Separate the interface definition and implementation in different packages. This allows the client to be completely unaware of the implementation.
## Explanation