One day you will inherit a code base so bad that you’ll end up commenting old code just to make sense of it for yourself because nobody in the company has touched in a couple years and the last people that did no longer work there. It will be dangerously coupled, if you make the right change somewhere it will break everything else. It will be true spaghetti code where you spend 30 min just following a code path to figure out what and why an input into a function needs to be what it is to able to come out of another function in an exact format for anything to work.
Your so called comment standards and principals are fine if you are building something from the ground up, but the other 95% of the time, you do what you gotta do because your were blessed with a turd that is impossible to polish.
I used to do work at a high security site. One day the fire department was there for inspection. Out of curiosity I asked the chief what happens if he needs access and he is declined it for whatever reason. He pointed at the truck and said “This truck along with it’s contents are the key to the city. Nobody can stop me”. That day I learned that nobody can stop the fire department.