vote up 0 vote down
star

Noun

yak shaving (uncountable)

  1. (idiomatic) Any apparently useless activity which, by allowing you to overcome >intermediate difficulties, allows you to solve a larger problem.

    I was doing a bit of yak shaving this morning, and it looks like it might have paid off.


So I'm after phrases like "yak shaving" that mean something to the developer community that non-developers don't understand. Not anecdotes.

flag
Please make this a community wiki post – David Arno Nov 3 at 22:36
add comment

10 Answers

vote up 4 vote down

OK answer 2 now that the question has been clarified:

"Mocking"

And a personally one I use - which I cannot recall seeing elsewhere is "making a mockery of x" as a way of saying "writing a mock framework of x".

link|flag
add comment
vote up 3 vote down
Main Entry: dé·jà moo
Pronunciation: "dA-"zhä-'mü, dA-zh[a']-m[UE]
Function: noun
Etymology: Ebonian, adjective, literally, already stepped in
Date: 1999
1 : a feeling that one has seen or heard this BS before
link|flag
lol . – Click Upvote Mar 30 at 12:36
add comment
vote up 3 vote down

The obvious one is testing.

link|flag
Please make this a community wiki post – David Arno (1 min ago) – Vinko Vrsalovic Nov 3 at 22:38
Huh? Does not compute. – dacracot Nov 3 at 22:39
@Vinko, I like the question. It's not one for people to earn rep off of though. – David Arno Nov 3 at 22:40
@dacrocot, what could appear more useless - at a superfluous level - than testing. Yet it allows one to overcome intermediate difficulties, and thus allows one to solve a larger problem. – David Arno Nov 3 at 22:41
More superflous than testing? Unit Testing! – Michael Stum Nov 3 at 22:46
add comment
vote up 1 vote down

Spelling stuff correctly (thanks, Vinko).

link|flag
Duh... thank you. – dacracot Nov 3 at 22:42
Eh. it's all good. – __ Nov 4 at 0:28
add comment
vote up 1 vote down

Setting up automated Builds. Why waste 2 hours on setting up a build script when the build only takes 5 minutes and only requires 6 manual actions?

link|flag
add comment
vote up 1 vote down

Fixing PEBKAC* errors. Developers sometimes think it's pointless to "educate" the user, yet a few minutes with the customer often adjusts their attitudes enough to improve the overall product.

* Problem Exists Between Keyborad And Chair

link|flag
add comment
vote up 1 vote down

The good old ID10T error

link|flag
add comment
vote up 1 vote down

What's the equal-but-opposite phrase for yak shaving, something that may seem expedient initially, but turns out to be a colossal productivity-killer? Time sink doesn't convey the entire concept, just the end result.

In that category, one of my favorite entries is clipboard inheritance, a phrase I learned here on SO. I'll look for the originator....

link|flag
I'm familiar with the latter as "copy/paste inheritance", but, yeah. – Dave Sherohman Mar 31 at 13:50
add comment
vote up 0 vote down

Reading the manual.

It is amazing how many people think "I don't have time to do that!" but then waste hours and hours bumbling through something that they don't understand.

link|flag
add comment
vote up 0 vote down

"Fixing it in the docs" ?

link|flag
add comment

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.