How to be the 10X programmer
blog-johnfn.herokuapp.com
How to be the 10X programmer
1–10 of 20 posts
Re: How to be the 10X programmer
#2I'd love to see more discussions of flow on HN. I'm particularly interested in the statement that Python leads to more flow for the author.
Re: How to be the 10X programmer
#3Re: How to be the 10X programmer
#4That final remark about Rasmus is unnecessary and not in the spirit of the article. I agree PHP was not designed for developing highly complex applications, but you have to consider how much flow PHP actually created when developing small websites and web scripts.
Re: How to be the 10X programmer
#5Good piece, but I felt like it was a bit disjointed. Specifically, it jumped from "10X" (productivity) to "-10X" (hindering others) without much segue. I'd love to see more discussions of flow on HN. I'm particularly interested in the statement that Python leads to more flow for the author.
Aside (not directed at you): I watched the article drop from #6 all the way down to #20 in the space of a minute. Does anyone know why that might happen?
Re: How to be the 10X programmer
#6This is why safety critical systems are sometimes verified using model checking and so on. In some cases (airplanes, etc) even the best programmers cannot garuantee a necessary level of quality.
In your every day app where a user could crash teh program by using an obscure value, this still IS a significant problem. Especially if the error happens rarely it mike take a lot of time to be noticed for the first time and might have critical impact (loss of money?) by that time.
The important point is that the great developer will introduces less of those subtle errors.
Re: How to be the 10X programmer
#7Re: How to be the 10X programmer
#8Good piece, but I felt like it was a bit disjointed. Specifically, it jumped from "10X" (productivity) to "-10X" (hindering others) without much segue. I'd love to see more discussions of flow on HN. I'm particularly interested in the statement that Python leads to more flow for the author.
Re: How to be the 10X programmer
#9That final remark about Rasmus is unnecessary and not in the spirit of the article. I agree PHP was not designed for developing highly complex applications, but you have to consider how much flow PHP actually created when developing small websites and web scripts.
You're right, it was a dumb joke and it was in bad taste. I have removed it.