By the way, I used to use camelCase, but I find one word variables better, about what do you want to complain now?
It's just so annoying when a smart aleck complaints about my way to code, just because I don't code like them (a good example for this is @robske_110 (Tim) ). I could criticize his code too, but it's his way to code, so let him do what he want (hope he will learn that too).
Ecspecialy hear like your just typing up stuff pretty quick not really much of a reason to make it super purdy
just side note ide exist that why there nothing bad in using $varableWithSuperLongNames you only need to declare it once and if that is too much effort i dont really know what to say other than everyone have their own preferred code style
Please stop going offtopic. This thread is about "opening crafting table". If you want to discuss about coding style, please create another thread.
Please tell me where you got code from me with 20 char long variables. And even if I have that, it's for a reason: That other can easily understand my code. I use to name variables F, Tf, LghtDirWy. The result is that i cannot read my old C++ code easily, because i have to search through all the code to finally find out what F was for.