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.
Hi, generally it's a good practice to put 'break' but in some scenario without it might be tricky: For example => when you put bad login, you need to log again and after 3 attempt you will be blocked or whatever and now betweem case 1 and case 3 you can put some info but no need to break it. Maybe it's not a top example but always xd.