Something I encounter all too frequently (and have even been guilty of myself) is hard-coding email addresses into applications. The main problem with this is that you have to alter the source code when an address needs to be changed or when a recipient needs to be added or removed.
Read more ›