What is the best practice when you want to modify the source code of an existing package?

Until your PR is accepted into the package, I’d suggest to continue using your version but with a different name. Your load! acts differently, so it is basically a namespace conflict. Why not call it loadreplace!?

1 Like