Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use an object instead of a class for some exercises #242

Closed
5 tasks done
abo64 opened this issue Dec 14, 2016 · 2 comments
Closed
5 tasks done

Use an object instead of a class for some exercises #242

abo64 opened this issue Dec 14, 2016 · 2 comments

Comments

@abo64
Copy link
Contributor

abo64 commented Dec 14, 2016

Some exercises require a class even though they don't have any internal state.
So they should be changed into an object.

  • allergies
  • atbash-cipher
  • crypto-square
  • queen-attack
  • raindrops
@abo64 abo64 changed the title queen-attack: Make Queens an object Use an object instead of a class for some exercises Dec 14, 2016
@ricemery
Copy link
Member

@abo64 , I can work through these or a subset of them if you haven't already started.

I do think that we should also address #137 for these exercises as long as we are modifying the exercises.

@abo64
Copy link
Contributor Author

abo64 commented Dec 15, 2016

@ricemery No, I haven't started. Please go ahead!

ricemery added a commit to ricemery/xscala that referenced this issue Dec 15, 2016
…d Allergies.scala to src dir - refs exercism#137. Add topics to config.json - refs exercism#125
ricemery added a commit to ricemery/xscala that referenced this issue Dec 15, 2016
ricemery added a commit to ricemery/xscala that referenced this issue Dec 15, 2016
… Add CryptoSquare.scala - refs exercism#137. Add topics to config.json - refs exercism#125
ricemery added a commit to ricemery/xscala that referenced this issue Dec 15, 2016
ricemery added a commit to ricemery/xscala that referenced this issue Dec 15, 2016
…d Raindrops.scala - refs exercism#137. Add topics to config.json - refs exercism#125
@ricemery ricemery mentioned this issue Dec 15, 2016
ErikSchierboom added a commit that referenced this issue Dec 15, 2016
Allergies - use object instead of an instance - refs #242. Add Allerg…
ErikSchierboom added a commit that referenced this issue Dec 15, 2016
Atbash - use object instead of an instance - refs #242. Add Atbash.sc…
ErikSchierboom added a commit that referenced this issue Dec 15, 2016
CryptoSquare - use object instead of an instance - refs #242. Add Cry…
abo64 added a commit that referenced this issue Dec 16, 2016
Queens - use object instead of an instance - refs #242. Add Queens.sc…
abo64 added a commit to abo64/xscala that referenced this issue Jan 5, 2017
abo64 added a commit to abo64/xscala that referenced this issue Jan 5, 2017
ricemery added a commit that referenced this issue Jan 6, 2017
acronym: Change class to object (issue #242)
ricemery added a commit that referenced this issue Jan 6, 2017
roman-numerals: Change class to object (issue #242)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants