Signs that you're a bad programmer
-
This paper is not meant for grading programmers, it was intended to be read by programmers who trust their ability to judge when something is a sign of bad practice, and when it's a consequence of special circumstances. Signs that you're a bad programmer[^]
Twenty years from now you will be more disappointed by the things that you didn't do than by the ones you did do. So throw off the bowlines. Sail away from the safe harbor. Catch the trade winds in your sails. Explore, Dream. Discover.
-
This paper is not meant for grading programmers, it was intended to be read by programmers who trust their ability to judge when something is a sign of bad practice, and when it's a consequence of special circumstances. Signs that you're a bad programmer[^]
Twenty years from now you will be more disappointed by the things that you didn't do than by the ones you did do. So throw off the bowlines. Sail away from the safe harbor. Catch the trade winds in your sails. Explore, Dream. Discover.
Oooooh. Not understanding pointers makes you a poor programmer. Complete and utter rubbish - and I speak as someone who cut my teeth on pointers. JavaScript - no pointers. .NET - pointers abstracted away from you. Java - the same. I've seen some amazing code produced by brilliant developers who wouldn't know what a pointer was if it bit them.
I was brought up to respect my elders. I don't respect many people nowadays.
CodeStash - Online Snippet Management | My blog | MoXAML PowerToys | Mole 2010 - debugging made easier -
Oooooh. Not understanding pointers makes you a poor programmer. Complete and utter rubbish - and I speak as someone who cut my teeth on pointers. JavaScript - no pointers. .NET - pointers abstracted away from you. Java - the same. I've seen some amazing code produced by brilliant developers who wouldn't know what a pointer was if it bit them.
I was brought up to respect my elders. I don't respect many people nowadays.
CodeStash - Online Snippet Management | My blog | MoXAML PowerToys | Mole 2010 - debugging made easier -
Oooooh. Not understanding pointers makes you a poor programmer. Complete and utter rubbish - and I speak as someone who cut my teeth on pointers. JavaScript - no pointers. .NET - pointers abstracted away from you. Java - the same. I've seen some amazing code produced by brilliant developers who wouldn't know what a pointer was if it bit them.
I was brought up to respect my elders. I don't respect many people nowadays.
CodeStash - Online Snippet Management | My blog | MoXAML PowerToys | Mole 2010 - debugging made easier -
Oooooh. Not understanding pointers makes you a poor programmer. Complete and utter rubbish - and I speak as someone who cut my teeth on pointers. JavaScript - no pointers. .NET - pointers abstracted away from you. Java - the same. I've seen some amazing code produced by brilliant developers who wouldn't know what a pointer was if it bit them.
I was brought up to respect my elders. I don't respect many people nowadays.
CodeStash - Online Snippet Management | My blog | MoXAML PowerToys | Mole 2010 - debugging made easierHe goes on to say that many languages use references in place of pointers, but these only protect against certain kinds of pointer errors. I guess you didn't read the next paragraph having given up in disgust.