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.
sqr
->sqr_as_str
gen_digits
)for juniors, to get known about new syntaxes and thoughts.
for seniors, to warm up and recap their knowledge at the start of the day.
for me, i used OOP method. im junior tho, but want to get used on OOP.
why use the complex method to this kata? What does it means?
thinking about scalability from the first minute, i like it
I love the caching angle (with a cost for short numbers, though) but not sure gen_digits is an improvement over simple str() which returns an iterator out of the box.