Comment Library (Score -1) 459
Put all of the functions that you often use into a library and then link that library to all of your projects from now on. That's exactly what I do and I think it's a great way to manage simple, often repeated code.