Live data from Hacker News

Viewing profile — VaughnDTaylor

VaughnDTaylor

HN member
Joined
Wed, Dec 19, 2012, 9:20 PM UTC
HN karma
4
Public activity
4 items

About VaughnDTaylor

No profile information was provided.

Recent public activity

  1. comment
    Comment #4945300

    This solution will work for me. Thanks! I suppose it makes no difference that the variables are defined twice? I guess I was just getting stuck on the metaphor of other frameworks …

  2. comment
    Comment #4945076

    This is my general rule: If it's client-facing (eg. a URL) then use dashes - it's more readable (at least I feel it is). If it's developer-facing, use underscores or camel case. Su…

  3. comment
    Comment #4945035

    This is something that has been messing with my workflow so hear me out. First, I use CodeKit on my local machine to compile. CodeKit allows me to choose a framework (bootstrap-mas…

  4. comment
    Comment #4944947

    I like the human-readability that dashes lend to URLs, but there are two things that bother me about using them in this case: 1. A dash is an operator, which could get confusing wh…