An excuse being an attempt to justify a fault, I don't consider that an excuse. That one is a fact, and it's not the programmers fault when it happens.
Programmer excuses
61–69 of 69 posts
Re: Programmer excuses
#62Re: Programmer excuses
#63Great idea, but after trying it dozen times I still didn't get the most common excuse: "works fine on my machine"
Re: Programmer excuses
#64git commit -m "$(curl -s programmerexcuses.com | sed -n '/ >/{s/ ] >//g;p}')"
I'd like to commit a bugfix: git commit -m "$(curl -s programmerexcuses.com | sed -n '/ /{s/ ]*>//g;p}')"
curl -s programmerexcuses.com | sed -n -e '//{s/]*>//g;' -e 'p' -e '}'
git commit -m "$(curl -s programmerexcuses.com | sed -n -e '//{s/]*>//g;' -e 'p' -e '}')"Re: Programmer excuses
#65Great idea, but after trying it dozen times I still didn't get the most common excuse: "works fine on my machine"
This is why Vagrant / Chef is so great.
The fact that it can be used not just for Vagrant but for setting up your nodes on a cloud infrastructure is kind of overpowered :D
Re: Programmer excuses
#66Great idea, but after trying it dozen times I still didn't get the most common excuse: "works fine on my machine"
Re: Programmer excuses
#67Re: Programmer excuses
#68Re: Programmer excuses
#69What about the heisenbugs, the ones which disappear as soon as I try to debug them?