HonoreDB comments on Just One Sentence - Less Wrong

33 Post author: Eliezer_Yudkowsky 05 January 2013 01:27AM

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

Comments (141)

You are viewing a single comment's thread.

Comment author: HonoreDB 10 January 2013 10:47:26PM *  1 point [-]

In my discipline? I guess

Write code that's easy to update without breaking dependent code.

That'll save the ancient programmers of the 1950's some time.

If I were trying to build up programming from scratch, it'd get pretty hairy.

Build a machine that, when "x = 1.1; while (10. - x*x > .0001) x = x - ((x * x - 10.) / (10.*x)); display x" is entered into it, displays a value close to the ratio of the longest side of a right triangle to another side expressed as the sum of 0 or 1 times the lengths of successive bisections.