xamdam comments on Discuss: Meta-Thinking Skills - Less Wrong

5 [deleted] 10 October 2010 08:05PM

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

Comments (11)

You are viewing a single comment's thread.

Comment author: xamdam 11 October 2010 04:26:20PM 1 point [-]

This is a specific application of "meta", but a valuable one for many people here and is probably generalizable to other areas:

Pretty much the best programmer I know (an author of a number of Boost libraries) once reduced his "secret to success" to DRY Principle.

The way I understood it that he looked for higher level of abstraction even if it was locally suboptimal (in small programs cut n' paste works fine); it might have taken longer in some instances, but made him a way better at creating abstractions.