Re: Copy-and-paste coding

You take the chance that you might not understand the code properly, and that any changes that are needed in one copy will probably be needed in all the others (which will be time-consuming to do, even if you can find them).

It turns out there’s a principle for this: Don’t Repeat Yourself or DRY.

Reply

The content of this field is kept private and will not be shown publicly.