It's kind of wise to not tinker with system files unless you know for sure what you're doing, the old adage, "if it ain't broke, don't fix it," is a good thing to keep in mind.
If you're going to fiddle with things in, oh,
/etc, the first thing you want to do is make a back up copy of the entire
/etc directory (while it's still working) -- there's a lot of Important Stuff in
/etc and it's real easy to have an unbootable system when you fiddle with it.
In your own stuff -- say, your
home directory -- make a full back up of it before you do any major things so you can recover from a oops.
Do what developers do: set up and work in a development tree, write it, test it, make sure of it and then install what you've done in a production environment. It's not that big a deal and it will save you the mythical phone call at 3 in the morning.
Don't work as root. At some point you might just
and it's bye-bye entire system (hope you have a back up of your important files). It's that space after "file" that kills you.
Lessons learned during a wasted youth.