The simple principle of "code re-use" is an easy way of reducing project development time and improving the quality of your software.
It is clear that using existing code snippets will save you time by avoiding the task of "re-inventing the wheel".
And if you also keep a personal store of code that you have previously designed and tested, this should help improve the quality of your software projects.