Skip to content

Commit

Permalink
Merge pull request quii#181 from kandros/master
Browse files Browse the repository at this point in the history
fix typo ✍
  • Loading branch information
quii authored Apr 26, 2019
2 parents a458e06 + c87bf4c commit 27baee3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reflection.md
Original file line number Diff line number Diff line change
Expand Up @@ -702,7 +702,7 @@ How do you feel right now? It felt like maybe a nice abstraction at the time but

_This is OK!_ Refactoring is a journey and sometimes we will make mistakes. A major point of TDD is it gives us the freedom to try these things out.

By taking small steps backed by steps this is in no way an irreversible situation. Let's just put it back to how it was before the refactor.
By taking small steps backed by tests this is in no way an irreversible situation. Let's just put it back to how it was before the refactor.

```go
func walk(x interface{}, fn func(input string)) {
Expand Down

0 comments on commit 27baee3

Please sign in to comment.