I've been seeing more and more code postings lately and that has seemingly bothered me. What are the new members (or old) gaining by asking a question and getting a code post for the fix without a discussion on what the fix was, why it was needed and more so how to NOT do it again and again in the future.
I know some may get irritated by wordy posts to questions but this is not just a help forum in "do my work" so I can go on to the next error but more so help me and help me understand what it is I did wrong.
I feel this topic is justifiable in Where IT is going because as Tek-Tips seemingly grows every day that means Tek-Tips has more and more a impact on who is out there and what the gain in knowledge from day to day problem solving situations is. This doesn't stop here either. Open source has seemingly come to the point of no explanation also. There are far too many scripts out there that are "click here to download" this script. OK! So how does this thing work? Who cares, it does something cool and makes me look good!
So what do you think? Are the explanations not as important as I seemingly have thought them to be and am I just blowing smoke out of my ears for nothing? Should it be known that posting code answers without a slight learning explanation in there, is not the way we what to do things? How do you think this is going to effect the future programmers of this field?
---------------------------------------
{ str = "sleep is good for you. sleep gives you the energy you need to function";
ptr = /sleep/gi;Nstr = str.replace(ptr,"coffee"alert(Nstr); }
I know some may get irritated by wordy posts to questions but this is not just a help forum in "do my work" so I can go on to the next error but more so help me and help me understand what it is I did wrong.
I feel this topic is justifiable in Where IT is going because as Tek-Tips seemingly grows every day that means Tek-Tips has more and more a impact on who is out there and what the gain in knowledge from day to day problem solving situations is. This doesn't stop here either. Open source has seemingly come to the point of no explanation also. There are far too many scripts out there that are "click here to download" this script. OK! So how does this thing work? Who cares, it does something cool and makes me look good!
So what do you think? Are the explanations not as important as I seemingly have thought them to be and am I just blowing smoke out of my ears for nothing? Should it be known that posting code answers without a slight learning explanation in there, is not the way we what to do things? How do you think this is going to effect the future programmers of this field?
---------------------------------------
{ str = "sleep is good for you. sleep gives you the energy you need to function";
ptr = /sleep/gi;Nstr = str.replace(ptr,"coffee"alert(Nstr); }