Fossegrimen comments on Don't teach people how to reach the top of a hill - Less Wrong

30 Post author: PhilGoetz 04 March 2014 09:38PM

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

Comments (37)

You are viewing a single comment's thread.

Comment author: Fossegrimen 06 March 2014 06:14:23PM 2 points [-]

I have spent quite a lot of my life writing specifications for software. If you actually want sensible results, you need to be able to get across what goal you are trying to accomplish and why, then let the programmers figure out the how. Trying to specify the actual result in detail would mean writing the software outright. The only complete and unambigous specification for a program is its source.

This seems similar somehow.