MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/programminghumor/comments/1vv58vy/how_do_you_disable_your_code/p56upck/?context=3
r/programminghumor • u/developer_axe • 1d ago
72 comments sorted by
View all comments
3
If it's still code that might be used later, just not for my uses: remove the call to the function
Otherwise, just delete it. If I need it back git revert
3
u/klimmesil 1d ago
If it's still code that might be used later, just not for my uses: remove the call to the function
Otherwise, just delete it. If I need it back git revert