Hi,
I received this in email from code project:
Read more hereWe’ve all been guilty of it in our development careers at one time or another. When starting out using a language or framework that you’ve never used before you often have no choice but to. What I’m talking about is the act of “copy paste coding”, and it’s as common in the programming world as chewing gum under seats. When you copy and paste other developer’s code into your application it’s important to fully understand what the code does before you continue; or risk joining the many fools that have gone before you.
That just goes to show you still need some understanding of how things work in order to avoid the same mistakes that were in the original code.
Nightwalker



Reply With Quote


I guess when a concept is complex enough to merit a comment it's usually too complex to be easily described.