@DruidMechanics For me the most important thing to comment is why the code exists in first place. That is something even the most readable code cannot tell you. I agree that it is not always necessary, but more often than not it is, and is often neglected.
Ok 7 hours later and our Stylized Fire Shader is looking preeeeetty sweet. Added sparks and smoke as well. Particularly struggled with lerping between discrete offsets on a single texture, like a smooth flipbook, for the smoke. #gamedev#unity3d#screenshotsaturday
As a programmer, I dislike it when a programmer blindly follows a rule, without considering the purpose of the rule. Especially when applying the rule in a particular case runs counter to the purpose.