I created an iOS Swift user framework with some simple form validation methods and some tests. I opened it to Github.
What should I do if another developer uses my infrastructure for their application, but changes the method names? Could this potentially ruin my application? I mean, one environment is shared between several applications, right?
source
share