Quinn comments on Rewiring my Brain: (gentle) Help Appreciated - Less Wrong

3 Post author: JMiller 07 October 2013 04:13PM

You are viewing a comment permalink. View the original post to see all comments and the full post content.

Comments (48)

You are viewing a single comment's thread. Show more comments above.

Comment author: Quinn 13 October 2013 01:32:01AM 0 points [-]

For the sake of the absent gods do not start with an IDE or anything that hides the compilation step.

Could you say more about why this is important for beginning programmers?

Comment author: RolfAndreassen 14 October 2013 11:26:33AM 2 points [-]

Because, in my experience, you cannot debug anything more than one step removed from the command line; and if you cannot debug then you cannot program. If you are unable to compile, link, and run your code from the command line then you will not be able to fix it when something goes wrong on a system with a slight difference from your dev setup; and they all have slight differences from your dev setup.