Skip to content

Commit

Permalink
Merge pull request #34 from lucproglangcourse/master
Browse files Browse the repository at this point in the history
minor change to readme
  • Loading branch information
klaeufer authored Jan 16, 2017
2 parents 8442508 + 2643de9 commit 2d19bf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
- functional, with immutable data structures
- software design principles
- [SoC](https://en.wikipedia.org/wiki/Separation_of_concerns) (separation of concerns)
- [DRY](http://en.wikipedia.org/wiki/Don%27t_repeat_yourself)
- [DRY](http://en.wikipedia.org/wiki/Don%27t_repeat_yourself) (don't repeat yourself)
- [testcase superclass](http://xunitpatterns.com/Testcase%20Superclass.html)
- Scala programming techniques
- console input
Expand Down

0 comments on commit 2d19bf1

Please sign in to comment.