Results 1 to 8 of 8
I've got the programming bug again! Someone on this forum - I think it was Elija - once said that anything so pleasurable and addictive ought to be illegal. But ...
- 05-11-2010 #1
A curious fact about programming
I've got the programming bug again! Someone on this forum - I think it was Elija - once said that anything so pleasurable and addictive ought to be illegal. But I've noticed something curious:
I'll have a bug and I pore over the code, add printf statements here and there to track my variables, rebuild, rerun, and I still can't find why it's misbehaving. Or I want the program to do something but I can't work out for the life of me how to do it. In the end I just give up in disgust. Then, a few hours later, when I'm walking the dog, or in bed, I suddenly think, "Of course! I just have to do x.." And it seems so obvious. So why can I never see it when I'm sitting in front of my computer?"I'm just a little old lady; don't try to dazzle me with jargon!"
- 05-11-2010 #2Linux Guru
- Join Date
- Nov 2004
- Posts
- 6,110
Have you ever tried 'Rubber ducky debugging' Hazel?
- 05-11-2010 #3
Sometimes I spend hours on a piece of code, and then I look at it, read it and I have no idea of what it's supposed to be or do... it's just vague lines of random characters and I can't for the life of me see meaning in any of them.
Then I walk away, and within a minute or two it comes back to me and I need to go back *must* go back to read it again.Can't tell an OS by it's GUI
- 05-11-2010 #4
- 05-11-2010 #5If we hit that bullseye, the rest of the dominoes will fall like a house of cards. Checkmate! (Zapp Brannigan)
My new blog. It's probably not as good as I think it is.
- 05-11-2010 #6If we hit that bullseye, the rest of the dominoes will fall like a house of cards. Checkmate! (Zapp Brannigan)
My new blog. It's probably not as good as I think it is.
- 05-11-2010 #7
It's true. On many occasions, I have been stuck on something, and when I'm explaining it to a friend, the answer becomes obvious.
Sometimes talking about the problem out loud can really clear things up.DISTRO=Arch
Registered Linux User #388732
- 05-11-2010 #8
My programming answers come to me while I'm trying to falling asleep.
Make mine Arch Linux


Reply With Quote

