Live data from Hacker News

Viewing profile — SteelWo1f

SteelWo1f

HN member
Joined
Tue, Sep 26, 2017, 5:36 PM UTC
HN karma
52
Public activity
15 items

About SteelWo1f

No profile information was provided.

Recent public activity

  1. comment
    Comment #37126752

    Working on tools like these is always fun as a developer. And it helps speed the team up! Anybody have any good examples of ones they have made?

  2. comment
    Comment #35867506

    "If your cache system starts returning the wrong values that's very scary" Very understated. The scariest part is that you really have no way of knowing if this is occurring other …

  3. comment
    Comment #35363270

    Definitely. I love using BEM when you have to nest things. If you stick to strict BEM, you will generally avoid having nesting more than 1 or 2 levels deep.

  4. comment
    Comment #35363075

    There is no one silver bullet to clean up CSS. I think much of the problem is that many developers think of clean CSS as an afterthought. The same level of care and organization sh…

  5. comment
    Comment #35362819

    You are absolutely right here. This problem arose because the surrounding code was much older. I would have liked to reformat it, but that would have been a huge lift compared to w…

  6. comment
    Comment #35361630

    What tactics do employ when a CSS issue has stumped you?

  7. story
  8. comment
    Comment #34615488

    Considering moving to a company operating with a hybrid approach? Maybe you should think twice.

  9. story
  10. comment
    Comment #33233392

    I can see that happening. But those changes are probably going to be relatively small and easy to understand. I dislike looking at pull requests where it's just a wall of red/green…

  11. comment
    Comment #33207667

    Rails is great and so are monoliths. Read about one of the methods we use to build our Rails monolith at Aha! while ensuring it does not grow out of control.

  12. story
  13. comment
    Comment #31371596

    Now I really want to go build a chart extension.

  14. comment
    Comment #30947968

    Much more elegant solution than the mess I hacked together.

  15. comment
    Comment #28787963

    As a programmer it's definitely appealing to be able to create a theme mathematically by just inverting. But then design will get their hands on it and you really have to be prepar…