Viewing profile — SteelWo1f
SteelWo1f
HN member- Joined
- Tue, Sep 26, 2017, 5:36 PM UTC
- HN karma
- 52
- Public activity
- 15 items
- HN profile
- View on Hacker News ↗
About SteelWo1f
No profile information was provided.
Recent public activity
-
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?
-
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 …
-
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.
-
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…
-
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…
-
comment
Comment #35361630
What tactics do employ when a CSS issue has stumped you?
- story
-
comment
Comment #34615488
Considering moving to a company operating with a hybrid approach? Maybe you should think twice.
- story
-
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…
-
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.
- story
-
comment
Comment #31371596
Now I really want to go build a chart extension.
-
comment
Comment #30947968
Much more elegant solution than the mess I hacked together.
-
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…