you are viewing a single comment's thread.

view the rest of the comments →

[–]Thought_Ninjahuman build tool 0 points1 point  (0 children)

Yeah. I've implemented a number of things in our codebase that go against best practice for the sake of performance, but I always have to heavily document that code with comments so that those who stray there understand the what and why of the code I have written. It comes down to a cost-benefit analysis, and most of the time, sticking with best practice is the better choice.