Advertisement
Guest User

Untitled

a guest
Jun 28th, 2016
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.94 KB | None | 0 0
  1. Well we have moved on to a different a kata. A kata that seems to have a few complex factors. This is one kata that I might have done in my
  2. C# class. I must dig through my laptop to see if we did one exactly like this. I think the biggest issues I had is where to start. Do we
  3. start building the unit test and then code out the kata? I think the idea of breaking it down logically seems the best approach by hand and
  4. paper. Since there are studies that focus on if you write with paper and pencil you will retain more.
  5.  
  6. Issues with this kata:
  7. I believe we need a array of some sort and we not incrementing we are decrementing because we want to keep lower the coinChangerAmount.
  8. I have seen decrementing like i--.
  9. I may have to do some more investgating on arrays, mix with functions, and decrementing. If I do not grasp this then I have hit a wall.
  10. However first thing first is focus on the logic part and what constraints that are given is my best bet to do...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement