STL comments on Proposal: Use the Wiki for Concepts - Less Wrong

36 Post author: Eliezer_Yudkowsky 22 April 2009 05:21AM

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

Comments (66)

You are viewing a single comment's thread.

Comment author: [deleted] 22 April 2009 06:36:47AM *  19 points [-]

Programmers have a saying: "Any problem in computer science can be solved with another level of indirection." (It appears that this is properly attributed to David Wheeler.) That's exactly what this post is proposing, and I approve highly.

However, this post didn't appear to mention one of the biggest benefits of indirection. This post said that a Less Wrong post "should reference previous work by linking to the Wiki rather than other posts". I want to point out that this will also reference future work, when the Wiki is updated after the post. (In C++ programmer jargon, the Wiki can be thought of as a vtable.)

I believe that this is one of the strongest reasons to adopt the scheme suggested by this post. When post P links to the Wiki while mentioning dimly understood concept C, and later posts Q, R, and S appear that explore concept C, and the Wiki is updated accordingly, post P automatically becomes more useful. This addresses one of the most significant concerns that I've had about blogs (namely, that their posts can easily reference each other backwards but not forwards).