Then debug and patch it? Though that’s borderline masochistic at that point.
Comment on Terms for intentional anti-extensibility
TheV2@programming.dev 1 week agoThis is the kind of extreme solution I want to discover with a fitting search term. But personally, I still want to be able to fix bugs and update dependencies. I don’t want to lock down the project, but only the features.
f43r05@lemmy.ca [bot] 1 week ago
owenfromcanada@lemmy.world 1 week ago
Unfortunately, I don’t think anything like this really exists, because it violates good programming principles. Not to say you’re bad for considering it, but there probably aren’t a lot of people working toward the same end. You’ll probably have to resort to personal discipline and/or scathing code comments to remind yourself to refactor things before using them. I may or may not have left comments in my own code calling myself an idiot for not refactoring, or apologizing to my future self. Welcome to the club.