Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dhrumilp15 authored Dec 22, 2019
1 parent 888c7f4 commit 18f223f
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,9 @@ Take a look at /cc_gps for my Flutter GPS app!

This proved to take a surprising amount of time, requiring _a LOT_ of debugging. A surprising amount for such a simple task...

However, I learned a lot about good design, especially SRP (Single Responsibility Principle). It felt like overkill for this task and was the cause of a lot of struggle because I implemented it incorrectly at first.
However, I learned a lot about good design, especially SRP (Single Responsibility Principle). It felt like overkill for this task and was the cause of a lot of struggle because I implemented it incorrectly at first.

## Maze App

Take a look at /cc_maze for my Flutter Maze app!

0 comments on commit 18f223f

Please sign in to comment.