Good practices when editing source files

1.

Create a special source folder for your project.

2.

Never change original source files — edit the copies in your custom source folder.

3.

Tell the Potato where to look for source files (Control + Alt + Shift + S).

4.

Pick a "handle" and use it to identify all your modifications (e.g. "MDH_Custom")

5.

Comment out original code, but leave it there rather than deleting it.

6.

Explain your changes in comments.

7.

Maintain standards-compliance (& validate!).