Organizing PeopleCode
There's a really interesting and informative article from the Cedar Hills Group about an alternative approach to organizing your PeopleCode instead of having it scattered amongst multiple PeopleCode events for clarity and easier maintenance. Well worth a read:
http://www.cedarhillsgroup.com/knowledge-base/kbarticles/effectively-organizing-your-peoplecode/
I've generally only taken a small steps towards something like this, e.g. putting common functionality into a FUNCLIB or Application Package and calling that function from multiple events. However, the idea has a lot of merit and might be something to try on your next coding project.
