A significant amount of programming is done by superstition
utcc.utoronto.ca
A significant amount of programming is done by superstition
1–10 of 214 posts
Re: A significant amount of programming is done by superstition
#2Re: A significant amount of programming is done by superstition
#3A significant amount of everything is done by superstition.
Re: A significant amount of programming is done by superstition
#4A significant amount of everything is done by superstition.
Still, important to be occasionally reminded of your own assumptions and corner-cutting.
"If you say that you don't take this relatively fast road for Linux init scripts, I'll raise my eyebrows a lot. You've really read the LSB specification for init scripts and your distribution's distro-specific documentation?"
Re: A significant amount of programming is done by superstition
#5Yes, quite often that came without a perfect knowledge of every single option, certainly usually without referring to the manual for every one of them.
Perhaps this is semantics. But the definition of superstition is:
a widely held but unjustified belief in supernatural causation leading to certain consequences of an action or event, or a practice based on such a belief
Which ya, isn't quite the right thing. Anyways, agree with the sentiment of this 100%, just not the title. :)
Re: A significant amount of programming is done by superstition
#6I actually really like the content of the article, but I'm not convinced superstition is the right word here. Yes, absolutely I have copied an init script / makefile or whatnot and if it worked after I tweaked it then I went on my business. But I didn't use it as is because of superstition, but rather because it now worked I believed it correct. Yes, quite often that came without a perfect knowledge of every single o…
Re: A significant amount of programming is done by superstition
#7I actually really like the content of the article, but I'm not convinced superstition is the right word here. Yes, absolutely I have copied an init script / makefile or whatnot and if it worked after I tweaked it then I went on my business. But I didn't use it as is because of superstition, but rather because it now worked I believed it correct. Yes, quite often that came without a perfect knowledge of every single o…
Re: A significant amount of programming is done by superstition
#8It is true that there are standards that should be read and followed; the ones referred to in the article are probably among these.
But other standards have a fair amount of wishful thinking in them. (How many of you JS developers have read the latest ECMAScript standard?) Sometimes, what has worked in the past is a better guide for practice than what ought to work.
Re: A significant amount of programming is done by superstition
#9I actually really like the content of the article, but I'm not convinced superstition is the right word here. Yes, absolutely I have copied an init script / makefile or whatnot and if it worked after I tweaked it then I went on my business. But I didn't use it as is because of superstition, but rather because it now worked I believed it correct. Yes, quite often that came without a perfect knowledge of every single o…