-
Notifications
You must be signed in to change notification settings - Fork 14
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
Added more stuff #3
Conversation
Can I get a comment on this? |
No problem, I'll submit a pull request as soon as possible. |
I resubmitted the original towers & barracks status methods along with their specs. |
Could you please name these methods as |
Added tower and rax methods to match.rb fixed typo Added tower & rax methods/specs Redid tower & rax status methods removed reqs
Renamed the methods, and tried squashing. Not sure if squashed correctly. |
@edchiou thanks, I've squashed it by myself and pushed to master. |
I took your suggestion and wrote these methods to return a hash, the keys being tower names and values being :alive and :dead symbols. I could change the keys to be symbol as wells, but I want your feedback on this first.
P.S. Is it possible for you to add a TODO list so I can know what still needs working on?