12.01.2017, 00:58
Quote:
I don't see how it's not related, because it basically is as for feedback, suggestions and better programming practices.
You won't find "== true/false" being used in "higher level" projects (or however you want to call them) to be honest. ----- The same thing applies to: "new bool:Something = false;" That "= false" is not required, but logically it isn't needed and removing it is most likely considered as better programming practice. |
Having "new bool:Something = false;" is just for the sight of your eyes, and yes, I know a boolean is FALSE by default, but as I've said, it's just for the sight.
I do not see how it is possibly considered as better.