Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
I always make deactivation code embedded into the source... I started doing this after experiencing the same as you
-
philcr30578yAny code I write for people I try to make black box web services etc so they can test but not have the code until payment
-
MLK791978yIf it uses a git repo:
git pull
git rebase -i
delete all your commits
git push -f
And don't forget to leave a document that tells him to go fuck himself.
Related Rants
I worked as a freelance for a client and after working for more than a month, he owes me 1500$ and the payment was already due 15 days back
Today he even disconnected me on Skype which was the main source of communication
Now I want to undo my pull request which has already been merged in the master
I still have write access to the main repo, its on bitbucket
Is there any way i can destroy all my commits from the master branch or undo my merged pull so that he doesn't get any of the code
#helpwanted
undefined
help
helpwanted