DanielLC comments on The Sin of Underconfidence - Less Wrong

55 Post author: Eliezer_Yudkowsky 20 April 2009 06:30AM

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

Comments (176)

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

Comment author: DanielLC 08 May 2013 06:02:08AM 0 points [-]

My usual self-testing example is something like "can I write this program correctly on the very first try?".

I never thought of that as a thing you could do. I think when my code compiles on the first try, it's more often then not a sign of something very wrong. For example, the last time it happened was because I forgot to add the file I was working on to the makefile.

Perhaps I should try to learn to code more precisely.

Comment author: [deleted] 08 May 2013 06:36:13AM 0 points [-]

Heh. (You should use makefiles that automatically build new files, and automatically sense dependencies for rebuild.)

As I recall, Eliezer said somewhere that I'm too tired to Google - there is no limit to the amount of intelligence that you can use while programming.