Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
.
No worries, it's fixed. Please review. Also, I'd like to thank you for all the effort and time you put in to help me correct this one, I really appreciate it. If you don't mind, I have another translation from this kata series which I corrected side-by-side with this one so it should be almost ready to approve as well.
Fixed some bugs and made some improvements, ready for review!
Did the above changes. Would note though that the way you initialized the "gen" variable caused the compiler to make a most vexing parse error, but I found a way to corretly initialize.
Somehow I didn't save the changes... Nevertheless I changed it again, so please review now
First of all, thank you for the detailed review. Second of all, I think I fixed all of the above, if you'd be so kind to check :)
Also, I tried to define the get_random_staff inside of the It() block, but it said it couldn't be defined there (I moved it outside of the It but still inside the Describe). Do you know why that is?
Thanks!
Currently not working, fixing some bugs, will be back soon.An attempt at a C++ Translation. A few things to note:
If you have any suggestions, please leave them below.
My humble C++ Translation. I made a minor change in testing by making the number of staff a random variable between 10 and 15, rather than always 30. I did this because with 30 staff members it will almost always be a score of >100. Translation was made based on Python tests btw. Please review and approve!
Please review
My first C++ Translation. Please review and approve if it is quality work or provide feedback for improvement!
I made some changes, would you please review? Thanks
Hello there, any suggestion as to what I should change it to? It would be very helpful to me :) Thanks
Error message on type test
You function mast return list of function objects.
should be
Your function must...
Description typo: "a linear equation in two unknowns is any equation of the form ax+bx=c". I believe it should be ax+by=c.
Somebody approved :)
Loading more items...