Created
October 19, 2011 18:51
-
-
Save skyler/1299283 to your computer and use it in GitHub Desktop.
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
Signs that you shouldn't be a programmer | |
The following may not have any remedies if you still suffer from them after taking a programming course in school, so you will stand a better chance of advancing your career by choosing another profession. | |
1. Inability to determine the order of program execution | |
Symptoms | |
a = 5 | |
b = 10 | |
a = b | |
print a | |
You look at the code above and aren't sure what number gets printed out at the end | |
Alternative careers | |
Electrician | |
Plumber | |
Architect | |
Civil engineer |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment