Skip to content

Commit

Permalink
reflection done
Browse files Browse the repository at this point in the history
  • Loading branch information
quii committed Jul 8, 2018
1 parent f8f69fe commit 989f553
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ If there's no link, it's not done yet! [why not contribute?](contributing.md)
10. [Mocking](mocking.md) - Take some existing untested code and use DI with mocking to test it.
11. [Concurrency](concurrency.md) - Learn how to write concurrent code to make your software faster.
12. [Select](select.md) - Learn how to synchronise asynchronous processes elegantly.
13. [Reflection (WIP)](reflection.md) - Learn about reflection
13. [Reflection](reflection.md) - Learn about reflection

Property-based tests \(todo\)

Expand Down
2 changes: 1 addition & 1 deletion SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* [Mocking](mocking.md)
* [Concurrency](concurrency.md)
* [Select](select.md)
* [Reflection (WIP)](reflection.md)
* [Reflection](reflection.md)

## Build an application

Expand Down
2 changes: 1 addition & 1 deletion reflection.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Reflection (WIP)
# Reflection

[From twitter](https://twitter.com/peterbourgon/status/1011403901419937792?s=09)

Expand Down

0 comments on commit 989f553

Please sign in to comment.