5 kyu
Brian's Brain
48 of 85St3f4n
Loading description...
Algorithms
View
This comment has been reported as {{ abuseKindText }}.
Show
This comment has been hidden. You can view it now .
This comment can not be viewed.
- |
- Reply
- Edit
- View Solution
- Expand 1 Reply Expand {{ comments?.length }} replies
- Collapse
- Spoiler
- Remove
- Remove comment & replies
- Report
{{ fetchSolutionsError }}
-
-
Your rendered github-flavored markdown will appear here.
-
Label this discussion...
-
No Label
Keep the comment unlabeled if none of the below applies.
-
Issue
Use the issue label when reporting problems with the kata.
Be sure to explain the problem clearly and include the steps to reproduce. -
Suggestion
Use the suggestion label if you have feedback on how this kata can be improved.
-
Question
Use the question label if you have questions and/or need help solving the kata.
Don't forget to mention the language you're using, and mark as having spoiler if you include your solution.
-
No Label
- Cancel
Commenting is not allowed on this discussion
You cannot view this solution
There is no solution to show
Please sign in or sign up to leave a comment.
Sorry to bother here, but If anyone with more 4000 honor and knowledge in Go and Elixir could test and approve my translations of "Coordinates Validator", I really appreciate as the author seems far away to come back. https://www.codewars.com/kata/coordinates-validator/javascript https://www.codewars.com/kumite/59efabf3c596eb1eea00003c?sel=59efabf3c596eb1eea00003c https://www.codewars.com/kumite/59efaf8f2a7accf8eb00013b?sel=59efaf8f2a7accf8eb00013b Sorry if it's not the proper place to do it, but I don't know how to resurrect "dead katas" :-)
Approved
Thx :)
I've first thought "alive" may means "On" OR "Cooldown". May be it could help to precise that "2 neighbours that are alive" means "*2 neighbours that are * On'"
; ) )
I was changing between "on" and "alive" earlier and forgot to change it there. Updated description, thx :)
This comment has been hidden.
Great kata again! Thanks for your great job!
Great kata!
The only I'd suggest is to simplify the description a little. You list the three states 4 times in 4 different ways, in different orders:
You could collapse these into a single list that focusses on how the implementation should work. Something like:
I think this encompasses all the info but it's in a single, understandable order and has all the pertinent (and story-based) information in one place.
You don't have to use it, but it was easier to explain by showing you what I mean.
But as I say, well done on a solid kata!
Thanks! I've made some changes (included your list) and squeezed out the unnecessary things. What do you think?
Oh and it seems there are a lot of people here whose english is not as good as their coding so I added that part:
These cells go into the off/cooldown state.
in description, even though your description makes it obvious for those who speak the language well :)Looks good to me. And the description has been condensed a lot too. Great stuff! ^^
PHP Translation Kumited - please accept :D
Done :)
Type code 5 minutes, but read the description used 15 minutes. My poor English! ;-) Why you guys write code so many lines? WAHAHAHa!
We learn some codegolf from you, you learn some English from us, everyone benefits :)
It's not codegolf, just a lazy man's lazy code
^_^
Great Kata, absolutely loved it, ranked and upvoted :D I think there's a very minor spelling mistake though in the test cases - where it says
'Simple "glidder" implementation'
I think you mean "glider"? ;)Isn't it something for you too ("...interpreter...");-): https://www.codewars.com/kata/assembler-interpreter-part-ii/python Don't know if you use/like python...? It's really a nice kata - i think:-)!
Hey guys. Yeah that was a typo, thx for noticing Donald, fixed it :)
By the way always good and interesting katas @St3f4n;-)! Thanks for your work...!
A bit off the topic, but I have to say I have no prior education in computer science. I studied economics and decided to give JavaScript a chance a year ago, so I guess I should thank you guys too and all the "alliens" on this site that I learned a lot from :)
Me neither, but I have to say, it's pretty impressive how you're now already
1 kyu
in JavaScript despite only having started it a year ago; I've been working with JavaScript for almost three full years and I'm still a n00b ... :pThis comment has been hidden.
Hi, thanks for your feedback and for taking the time to solve it. All similar katas expect a function that expects the next iteration so I intentionally made a slightly different implementation. Oh and I've added an empty array test as well.