Yoink.
Actually I’ve probably been all of these at various times in my career.
Here on break
Yoink.
Actually I’ve probably been all of these at various times in my career.
I think OP meant moving a code block up or down in a file, not left or right
You sound like an awesome co-worker. I love the way this is stated, and I’m 💯 in alignment
Also some parts of code are just going to smell, because of deadlines, other trade offs. For those it helps to have a comment to really highlight that bit of weirdness - the what and the why. If it is weird it should really “pop out” when you’re reading it.
When the the documentation is epic, but no one remembers to add why this repo even exists.
I owe my abuse of xargs
to Mr. Robot! I saw it on the show, and now I use it everywhere
Be fired || deal with customers
😰
rm -rf $STEAM_ROOT/
takes me wayyy back. I remember hearing about that one. It was part of a script that shipped with a Stream installer?
Whatever it was, the bug was that if the env var in that line wasn’t defined, it would just rm
the actual root. Hilarious if doesn’t happen to you!
It’s like I’m there
How much time have you spent doing it? What part didn’t you understand? If it’s the bit shifting stuff, don’t worry about it - hardly anyone actually knows how that works unless they look it up.