-
Notifications
You must be signed in to change notification settings - Fork 483
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b21445b
commit 3c4a60f
Showing
1 changed file
with
5 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,6 @@ | ||
# Clean Architecture Demo | ||
A sample app for my presentation on Clean Architecture: Patterns, Practices, and Principles | ||
A sample application for <a href="https://goo.gl/rJpHLb" target="_blank">Clean Architecture: Patterns, Practices, and Principles</a> | ||
|
||
This sample application is intended to be a learning tool for clean architecture practices. It incorporates several of these practices in a way that is simple and easy to understand. | ||
|
||
If you'd like to learn more about this style of software architecture, please check out my online course <a href="https://goo.gl/rJpHLb" target="_blank">Clean Architecture: Patterns, Practices, and Principles</a>. |