|
It's good practice to have decent code structure and organization. It makes reading code and distinguishing ends of operations easier. For example, your { 's should line up with the corresponding if, class, or while operation. As seen in titaniumdecoy's code, it's organized and easy to read.
On a side note, you code in an abstract way that seems to branch from the objective. I think you need to focus or fully understand what you intend to do and how.
|