-
-
Save dominicusin/cd0c76e376926be69d9423f54bad04af to your computer and use it in GitHub Desktop.
Things to commit just before leaving your job
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // Just before switching jobs: | |
| // Add one of these. | |
| // Preferably into the same commit where you do a large merge. | |
| // | |
| // From @r2d2rigo, @joeldevahl, @msinilo, @_Humus_, @YuriyODonnell | |
| #define struct union | |
| #define if while | |
| #define else | |
| #define if(x) | |
| #define true ((rand()&15)!=15) | |
| #define true (__LINE__&1) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment