What was the strangest coding standard rule that you were forced to follow?
1–10 of 83 posts
Re: What was the strangest coding standard rule that you were forced to follow?
#2Re: What was the strangest coding standard rule that you were forced to follow?
#3Still have no idea why they establish it this way.
Re: What was the strangest coding standard rule that you were forced to follow?
#4Re: What was the strangest coding standard rule that you were forced to follow?
#5"Good programmers eventually learn to misspell words like void or int so that they can name their variable names what they want to name them."
I of course told him that this was terrible advice, and would mess with the next person who had to maintain the code because you couldn't tell at a glance if a word was a keyword or a keyword mispelled. I asked him what language he was using.
FORTRAN.
Where did he work.
The United States Air Force.
For how long?
Six years.
When?
Before 2000.
Since he had more experience, he claimed I was de facto wrong.
I fought him on it some more.
He told me it was personal preference. I told him you'd have to make me do it.
It was at that moment I figured that someone, somewhere, had probably had to do this as part of a coding guideline.
Re: What was the strangest coding standard rule that you were forced to follow?
#6Over-management is much more common and much worse problem than over-engineering.)
Re: What was the strangest coding standard rule that you were forced to follow?
#7Re: What was the strangest coding standard rule that you were forced to follow?
#8I'm not sure what's up with all the hate for reverse hungarian notation, but I personally think it is helpful when writing C/C++.
Re: What was the strangest coding standard rule that you were forced to follow?
#9Re: What was the strangest coding standard rule that you were forced to follow?
#10There again same place made me retest a program I'd tested and was fully working as a full-stop was missing of a comment line.
Crazy days.