Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/saroar/hockey
For better developer test 1st :) coding style and Better OOP
https://github.com/saroar/hockey
clean-code ruby tdd
Last synced: 25 days ago
JSON representation
For better developer test 1st :) coding style and Better OOP
- Host: GitHub
- URL: https://github.com/saroar/hockey
- Owner: saroar
- Created: 2017-03-29T09:06:59.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-31T12:37:02.000Z (almost 8 years ago)
- Last Synced: 2024-11-21T11:35:26.481Z (3 months ago)
- Topics: clean-code, ruby, tdd
- Language: Ruby
- Homepage:
- Size: 114 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ruby OOP style
# How to run code:
team1 = Team.new('Team1', 2)
team2 = Team.new('Team2', 3)h = Hockey.new(team1, team2, :html)
p h.print_format
p h.print_format# How to run test:
bundle exec rspec spec