|
I forgot about the shark infested custard thing.
|
|
|
|
|
OriginalGriff wrote: including peanut0butter
Only suffered by those of Irish descent, presumably?
Henry Minute
Do not read medical books! You could die of a misprint. - Mark Twain
Girl: (staring) "Why do you need an icy cucumber?"
“I want to report a fraud. The government is lying to us all.”
I wouldn't let CG touch my Abacus!
When you're wrestling a gorilla, you don't stop when you're tired, you stop when the gorilla is.
|
|
|
|
|
Only if they remember the Great Irish Peanut O'butter Famine of '86.
Real men don't use instructions. They are only the manufacturers opinion on how to put the thing together.
Manfred R. Bihy: "Looks as if OP is learning resistant."
|
|
|
|
|
If, you're scared of spiders, check out my next thread in the Lounge.
Craigslist Troll: litaly@comcast.net
"I have a theory that the truth is never told during the nine-to-five hours. "
— Hunter S. Thompson
|
|
|
|
|
Can I recommend that you further your education[^]?
Henry Minute
Do not read medical books! You could die of a misprint. - Mark Twain
Girl: (staring) "Why do you need an icy cucumber?"
“I want to report a fraud. The government is lying to us all.”
I wouldn't let CG touch my Abacus!
When you're wrestling a gorilla, you don't stop when you're tired, you stop when the gorilla is.
|
|
|
|
|
Are they seriously suggesting Accountancy Through the Medium of Dance?
Real men don't use instructions. They are only the manufacturers opinion on how to put the thing together.
Manfred R. Bihy: "Looks as if OP is learning resistant."
|
|
|
|
|
Great, ain't it?
I think it is the methodology followed by DD.
Henry Minute
Do not read medical books! You could die of a misprint. - Mark Twain
Girl: (staring) "Why do you need an icy cucumber?"
“I want to report a fraud. The government is lying to us all.”
I wouldn't let CG touch my Abacus!
When you're wrestling a gorilla, you don't stop when you're tired, you stop when the gorilla is.
|
|
|
|
|
The worst code you'll come across is code you wrote last year.
"I have a theory that the truth is never told during the nine-to-five hours. "
— Hunter S. Thompson
modified 18-Apr-12 11:09am.
|
|
|
|
|
that's a good one... I'll have to revisit some code I wrote last year here pretty soon, I'm already afraid of what I'll find.
|
|
|
|
|
Sig material. Hijacked.
"The worst code you'll come across is code you wrote last year.", wizardzz[ ^]
|
|
|
|
|
If that isn't true, then you haven't learned anything in a year.
|
|
|
|
|
I better watch that. People show me code I wrote even 6 months ago and I don't remember until I'm driving home that night. "Hey that code is crap... who wrote that"
"You get that on the big jobs."
|
|
|
|
|
I was just sucked into a project vortex where our current team didn't write any of the code and that utilizes the following "technologies":
- asp.net 2.0 (vb.net)
- sql server 2005
- legacy asp (using vbscript)
- javascript
- jquery
- ajax
- access
- excel
- remote databases designed and (preumably) maintained by someone else
- a desktop application (in VB6)
- enterprise library
We added a silverlight module and companion web service that we wrote, but this is the only part of the whole thing that is even partially documented or that has comments in the code.
For everything EXCEPT the Silverlight stuff, there is no documentation - of any kind. We inherited the support side, and we immediately discovered problems that the users never said anything about, nor cared about until we found them and started responding to "upgrade" requests with reasons something couldn't be done.
We're hoping for a chance to rewrite the entire system from scratch, but real life experience dictates that we'll never have the opportunity, or if it's presented to us, we won't be given the time to properly design, implement and test the system. Add to that the "personal agenda" aspect associated with a high turnover rate at all levels of management, and you can see that we're in an impossible situation that can only be solved if everybody just leaves us the hell alone and lets us cruise pron sites.
So yes, there actually *is* something scarier than your own source code.
".45 ACP - because shooting twice is just silly" - JSOP, 2010 ----- You can never have too much ammo - unless you're swimming, or on fire. - JSOP, 2010 ----- "Why don't you tie a kerosene-soaked rag around your ankles so the ants won't climb up and eat your candy ass." - Dale Earnhardt, 1997
modified on Friday, April 29, 2011 11:48 AM
|
|
|
|
|
I'm working on a bit old C++ (with some C) code base, and I'm happy.
"Real men drive manual transmission" - Rajesh.
|
|
|
|
|
Nice to see that GD hasn't changed much.
In my tenure there we had to write apps using GD-BASIC on HP 21xx minis, and relying on home grown libraries of numbered CALLs. Documentation was closely guarded by the group that wrote the libraries, and only distributed a page at a time after sufficient grovelling at the feet of the current custodian of the item. Updates were never announced, only to be discovered after weeks of coding to an older, now-defunct version from memory.
Will Rogers never met me.
|
|
|
|
|
This isn't GD's fault. The code came from the last contractors that had the contract, and our team has never been tasked with fixing it. We can only do what the customer wants us to do.
".45 ACP - because shooting twice is just silly" - JSOP, 2010 ----- You can never have too much ammo - unless you're swimming, or on fire. - JSOP, 2010 ----- "Why don't you tie a kerosene-soaked rag around your ankles so the ants won't climb up and eat your candy ass." - Dale Earnhardt, 1997
|
|
|
|
|
John Simmons / outlaw programmer wrote: So yes, there actually *is* something scarier than your own source code.
You nailed it. (At least for me.) Being in that situation would be much scarier for me than finding out I am only human. (I found that out much too long ago.)
|
|
|
|
|
Yeah other peoples code that:
- isn't indented correctly
- happily deletes local arrays
- returns pointers to local variables
- fails to work
- and are too dumb to realize how dumb they are.
|
|
|
|
|
I don't think so. Every one of those mistakes can be ascribed to the idiot who doesn't know how to code. If you have been around long enough, you realize you are surrounded by idiots, so you will always find mistakes in code.
I think that finding out that you are one of the idiots is one of the bigger breakthroughs you will have to go through in your programming life.
John Simmons did nail it in an earlier post. Being completely responsible for a big undocumented system written by someone else who doesn't believe in comments is scarier.
sashan govender wrote: returns pointers to local variables
That must be a C++ thing? My memory of C++ is dim, but I do remember it having two symbol prefixes to pass an address location two different ways, which seemed kind of an assinine way to handle it. (Can you really blame me? I'm self-taught, with only Microsoft Documentation to help me.)
VB.NET is another self-taught language. I thought it was kind of dumb that you could pass a "by value" reference object, now I'm kind of wondering if you pass a "by reference" object that is assigned new memory, would the passed object inherit the new memory location?
|
|
|
|
|
sashan govender wrote: - and are too dumb to realize how dumb they are.
true and sad.
|
|
|
|
|
Actually it’s more along the lines of bizarre! I have gone back and opened code that I have done and began to read it and thought, WOW who did this, this is very cool! Having no recall of ever doing it. Must have been in the Zone for sure!
|
|
|
|
|
Kinda gives you that warm feeling doesn't it? Like when you wet your drawers! 
|
|
|
|
|
Is that what they are talking about?
http://www.youtube.com/watch?v=GuzxsCfo7EI[^]
A train station is where the train stops. A bus station is where the bus stops. On my desk, I have a work station....
_________________________________________________________
My programs never have bugs, they just develop random features.
|
|
|
|
|
Unstable camerawork.
I was half-expecting this[^], a bit dated now but timely.
|
|
|
|
|
Hooo... yummy sausages!
A train station is where the train stops. A bus station is where the bus stops. On my desk, I have a work station....
_________________________________________________________
My programs never have bugs, they just develop random features.
|
|
|
|