The deeper I get with Drupal, the more I have to make changes to the code in other people's modules. Usually these are small changes, and still it makes no sense to rewrite the functionality of the module for my own needs.
I try not to make any changes to the Drupal core, as it seems like you're asking for problems.
But sooner rather than later, I will need to update these modules with new versions, and then return my changes again. How do you stay organized while making these changes, updating modules and reapplying your changes backwards?
I take as many notes as possible, but the web is growing around me!
source
share