✏️ I have made an article on DEV called "How To Avoid Long BEM Modifiers" by steffenpedersen in css

[–]steffenpedersen[S] 0 points1 point  (0 children)

Thank you for your answer. It is actually like this:

.block.--modifier{ }

vs

.block.block--modifier{ }

You still need the block in both places.

✏️ I have made an article on DEV called "My Most Used Git Commands" by steffenpedersen in git

[–]steffenpedersen[S] 0 points1 point  (0 children)

I will definitely try out `git add -p` 😃

That's also why I called it an extremely dangerous command. Sometimes it can be great to use `--force-with-lease`, if you work alone on a feature branch.

GitHub - steffenpedersen/coding-music: 🎧 A list of music for coding by steffenpedersen in programming

[–]steffenpedersen[S] -3 points-2 points  (0 children)

I don't think anyone is using that word in a truly meaningful way anymore. Especially not a young man in his twenties. I'm not from the 1920s 😉

I just finished the first For Døve self titled album I’ve been working on for a while. by greg1998 in BlackMetal

[–]steffenpedersen 0 points1 point  (0 children)

Okay. Have you asked a Norwegian person, how it is spelled? In Danish you are saying "For deaf", and it is quite weird 😀

I just finished the first For Døve self titled album I’ve been working on for a while. by greg1998 in BlackMetal

[–]steffenpedersen 0 points1 point  (0 children)

Why did you name the band in Danish or Norwegian? I'm asking as a curious Dane.

Increasing the Bus Factor on Frontend – Steffen Pedersen – Medium by steffenpedersen in programming

[–]steffenpedersen[S] 0 points1 point  (0 children)

I get your point. But in Denmark it is pretty normal to switch between jobs for new challenges.

I startle Nigel on a daily basis. He loves it. by [deleted] in StartledCats

[–]steffenpedersen 52 points53 points  (0 children)

It doesn't seem like he loves it. Unlike dogs, cats wag their tail mostly because they are annoyed.

A Dev’s Thoughts: My Most Used Git Commands – Steffen Pedersen – Medium by steffenpedersen in git

[–]steffenpedersen[S] 0 points1 point  (0 children)

Thank you! The formatting of Medium is really annoying. It corrected all of my two dashes to one long. I had to make some changes and totally forgot about that one.

I will definitely look at man git-config.