Live data from Hacker News

Viewing profile — jdcantrell

jdcantrell

HN member
Joined
Fri, Oct 22, 2010, 3:28 PM UTC
HN karma
22
Public activity
6 items

About jdcantrell

coder person

@goodrobot_jd

Recent public activity

  1. comment
    Comment #9518414

    I think code reviews are critical for sharing knowledge on team projects. It helps keep your team informed about refactors and new functionality, while also giving a space for feed…

  2. comment
    Comment #8275530

    In my experience the lower level classes increase flexibility, maintainability, and sanity of your css. It's what allows bootstrap to be such a powerful tool for so many products. …

  3. comment
    Comment #7836585

    Not always. Different operating systems and browser combos have different ways of rendering fonts. I've seen fonts that look good in OSX in Firefox look poorly in Windows with Fire…

  4. comment
    Comment #7629307

    I think this is really useful when you combine it with vhosts on apache/nginx. On my linux machine I run something similar that allows me to serve static assets, run a local dev se…

  5. comment
    Comment #7629259

    For pow there is http://anvilformac.com/ if you want a nice gui for managing your sites. I like to setup our designers with this, but have found it useful myself from time to time.…

  6. comment
    Comment #7221179

    I really like seeing companies build out their own style guide libraries. It's such a huge win in terms of maintaining css and keeping it consistent across an entire site/platform.…