Last active
August 19, 2019 21:47
-
-
Save akaita/cf5fdacb742b97e6f9156a35c78d93dc to your computer and use it in GitHub Desktop.
unmaintainable-code-30.java https://medium.com/@akaita/30-rules-to-make-your-code-unmaintainable-7e5dbafd5bce
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
#define ONE 1 | |
#define TWO 2 | |
#define THREE 3 | |
#define FOUR 4 | |
#define FIVE 4 | |
#define SIX 6 | |
#define SEVEN 7 | |
#define EIGHT 8 | |
#define NINE 9 | |
... | |
... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment