thomblake comments on Issues, Bugs, and Requested Features - Less Wrong
You are viewing a comment permalink. View the original post to see all comments and the full post content.
You are viewing a comment permalink. View the original post to see all comments and the full post content.
Comments (628)
Agreed - I've been using voting the same way:
if (score < 0 && myPreferredScore >=0)
vote up
else
vote my conscience
Edit: had to camelCase the name above due to odd behavior of underscores. I should learn MarkDown.