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.
The variables did absolutely help with readability. For me, your code was the easiest to read.
Yeah you're right it is. I looked at some benchmarking and it's about 50-100ms faster depending on the run, tbh it just wasn't something I thought about haha. I'll keep it in mind for the future though! Thanks for pointing it out :)
Looking at it even more I don't even need those variables but I think it helps the readability in this case.
Nicely done. But why do you redefine the "timeForLunaHome" and the "meetTime" variable. Is it not better only define them once outside the while loop?