- Feature Articles
- CodeSOD
- Error'd
-
Forums
-
Other Articles
- Random Article
- Other Series
- Alex's Soapbox
- Announcements
- Best of…
- Best of Email
- Best of the Sidebar
- Bring Your Own Code
- Coded Smorgasbord
- Mandatory Fun Day
- Off Topic
- Representative Line
- News Roundup
- Editor's Soapbox
- Software on the Rocks
- Souvenir Potpourri
- Sponsor Post
- Tales from the Interview
- The Daily WTF: Live
- Virtudyne
Edit Admin
So TRWTF is that nobody in a position to do so has the backbone to flatly refuse to allow Stuart's PRs to be merged unless Stuart handles the comments.
Or maybe TRWTF is that nobody is in a position to do that.
Admin
I wouldn't be surprised when the simple answer is: Nobody actually cares...
Edit Admin
This is the most obnoxious kind of developer and one that needs to be thrown out on their butts ASAP.
Admin
So, if bit 0x1000 is set, the background must be both ON and OFF?
Admin
No. Under no condition should you toss individuals like this out a high rise window such that they land on their soft posterior. Always, and I mean always ensure they go down head first.
Edit Admin
No technical management, only business management, and techs are all just the same blob: Fights. Happens not only in IT, but IT always have this to a degree.
Edit Admin
"The code is confusing and unnecessary." Probably can also be said about the management.
Edit Admin
I was once asked to review a 500 file PR and declined since its impossible. Later I saw all the comments were LGTM.
Edit Admin
If the window is high enough, it isn't important (other than the need for ensuring that others are outside the "splat zone").
Edit Admin
The system I work on once had a "developer" who seemed to think that having an "isEnabled" property on a particular object was insufficient, so added an "isDisabled" property (and then failed to ensure they stayed in sync...).
He also had a habit of writing a pretty standard conditional [ IF (condition) then (whatever) ], then, if it didn't work right, come through and add a negation [ IF not (condition) then (whatever) ]. If that still didn't work (or something else changed), he'd add another 'not', then another, and another... A few years later, another programmer found some of his code tucked away in a rarely if ever called corner, which was of the form [ IF not not not not not not (condition) then....]
Edit Admin
Also, why do some variables have Hungarian notation (iDisplayFlags, bForceBackgroundOn, bForceBackgroundOff) and some don't (useBackground)?
Edit Admin
I almost enjoy that I can't tell if this was written in "object-oriented" C99 or a language from the current millenium.
Admin
I just want to make it clear that this WAS NOT ME. It was my evil twin. I denounce his actions as being against the true spirit of Stuartness.