Skip to content

Commit

Permalink
Added note about clarity.
Browse files Browse the repository at this point in the history
  • Loading branch information
0xfe committed Feb 1, 2015
1 parent f7d5b85 commit 395d4c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go/shuffle/README.md
Expand Up @@ -4,7 +4,7 @@ Go does not have generics, but it does have reflection. It also has a kind of ca

The file `shuffle_test.go` in this directory benchmarks various generic implementations of the Fischer-Yates shuffle algorithm.

Note that although you can use these techniques to reduce duplication in your code, you compromise on compile-time type saftey, which increases the liklihood of run-time bugs.
Note that although you can use these techniques to reduce duplication in your code, you compromise on compile-time type saftey (and code clarity), which increases the liklihood of run-time bugs.

## The Code

Expand Down

0 comments on commit 395d4c1

Please sign in to comment.