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.
Idk renis, your ego seems to be a bit bigger then it needs to. I just looked at your solution and it is hard to read and follow, its just one big block of code and also strings are hardcoded. I mean nothing catastrophic but best practices wise having to change code in 2 places to change "A good fight" for example is not 'best' (problem only grows with the growth of code).
Blind4Basics code on the other hand I really like. It's so easy on the eye and as far as I can tell follows all the modern Java conventions. Everything camelCase, consts are upper with underscore, everything is properly marked as final or private, code blocks and logic blocks are nietly separated. That is a code of somebody I would be happy to work with on single codebase.
I mean you need to get some basic knowledge of how code should look, and how naming should be done. I guess you never made any projects, just wrote small max 100 lines codes for long as you started programming.
Oh damn, you are truly delusional.
Anyways this shows that rank doesnt show person competence and skills at all.
Let's face it, your only problem with my code is just that you're not competent enough to grab the way it's written. Your code, is a total mess, on the other hand:
easy for change
. Yours <=>where the fuck do I need to put that change???
When you try to put arguments like this, at the very least back up your positions. You don't like my style? Ok fine. But you don't seem competent enough to judge what is best practice or not, sorry.
Edit: btw, if you're arguing about the way I name my variables, clean up your own code first: you're using
C#
conventions about curly brackets, not java ones.and what if you are a master? Your code still looks like a mess, from what i see here, and variable names definitely not named good.
Dunning-Krüger master...
this is definitely not best practices, nor clever, learn how you need to name your variables, and fix the all the mess in code looks like trash.
my solution is definitely better than this.
i'm still getting that issue...