New programming jargon you coined
stackoverflow.com
New programming jargon you coined
1–10 of 16 posts
Re: New programming jargon you coined
#2"Flakey Tom" - which basically is when someone (usually me) writes some code, tests/debugs it, runs compiler test, ensure it works etc.... and then adds "one extra quick line of code" (it will be fine guys!) before checking it into the main branch.
And subsequently everything breaks for about 3 hours.
Re: New programming jargon you coined
#3Re: New programming jargon you coined
#4I have one, at work and amongst friends, named after me :( "Flakey Tom" - which basically is when someone (usually me) writes some code, tests/debugs it, runs compiler test, ensure it works etc.... and then adds "one extra quick line of code" ( it will be fine guys! ) before checking it into the main branch. And subsequently everything breaks for about 3 hours.
Re: New programming jargon you coined
#5Doctype Decoration: When web designers add a doctype declaration but don't bother to write valid markup.
Object Oriented Pasta: Used to describe spaghetti code wrapped in classes to make it look like an object.
Hooker Code: Code that is problematic and causes application instability (application "goes down" often).
Re: New programming jargon you coined
#6Bloombug: A bug that accidentally generates money
Re: New programming jargon you coined
#7Stands for MEGA MOnolithic meTHod. Often contained inside a God Object, and usually stretches over two screens in height.
Megamoths of greater size than 2k LOC have been sighted. Beware of the MEGAMOTH!
Re: New programming jargon you coined
#8I have one, at work and amongst friends, named after me :( "Flakey Tom" - which basically is when someone (usually me) writes some code, tests/debugs it, runs compiler test, ensure it works etc.... and then adds "one extra quick line of code" ( it will be fine guys! ) before checking it into the main branch. And subsequently everything breaks for about 3 hours.
Shit happens, don't worry about it.
And I think that there are a lot of 'Flakey Toms' on HN, even when they're named George or Sally :)
Re: New programming jargon you coined
#9My favorite: Bloombug: A bug that accidentally generates money
http://news.ycombinator.com/item?id=1332560
I noticed a certain bug actually caused me a bit of extra income so I left it in place. It still is, it still makes money, and has been going for about 5 months now.
Re: New programming jargon you coined
#10My favorites: Doctype Decoration: When web designers add a doctype declaration but don't bother to write valid markup. Object Oriented Pasta: Used to describe spaghetti code wrapped in classes to make it look like an object. Hooker Code: Code that is problematic and causes application instability (application "goes down" often).
I've seen some of that and had to clean it up, it made me wish for a shotgun and some ammo at times.