I learned a new term, Shaving the Yak today.
This has come to me as a such a surprise that I'd like to share it.
What does "Yak Shaving" meanβ
It's basically when you end up doing things totally unrelated to what you were trying to accomplish initially.
Here is a great illustration.
Hal was to replace a light bulb π‘ but a series of events led him to fix his car π π.
π My Experience
As a new comer to ASP.NET Core, I've been trying to create a simple website displaying Calendar.
β‘οΈ Then I thought that I can use a SPA template to generate the calendar dynamically.
β‘οΈ I wanted to use ES6 syntax so looked at Webpack 4 configuration options.
β‘οΈ Thought it was too complicated so looked for an alternative.
β‘οΈ Found RollUp, which was better for library.
β‘οΈ RollUp tutorials were out of date.
β‘οΈ Create a GitHub issue reporting tutorial was out of date.
β‘οΈ Ended up creating an NPM package for generating calendar dates.
I wanted to learn ASP.NET Core but ended up publishing an NPM package.
I wasn't able to accomplish what I set out to do initially.
What can you do about itβ
Create a plan and stick to it and refer to the plan constantly.
Just knowing about this concept will help you stay alert of what you are currently doing.
Now the question is, have you guys been shaving the yak lately?
If so, would you share your experience?
π Resources
- Yak Shaving - the term coined by Carlin Vieri.
- Don't Shave That Yak! by Seth Godin
- Hal replacing a light bulb - Malcolm in the Middle, S03E06
Top comments (10)
There's a version of the "Yak Shaving" explanation involving woolly jumpers, but it seemed to be missing from the internet, so I just blogged about it here: harrywood.co.uk/blog/2018/04/16/ya...
That was fun to read, Harry.
A jumper ... to shaving a yak.
The steps leading to shaving a yak sounds probable π.
And that video is a bit too trippy for my taste, as well π .
i can't fault you, though! as a newcomer to .net core myself, it's so fascinating to run off into a new path.. for me its: what new JS framework!? non relational dbs??? hot new cross-platform mobile options?!!
the hard part is sticking to fundamentals and building that base.. stop shaving the yak? :)
I totally agree with you π.
I believe Kyle Simpson mentioned that you have to build your fundamental skills before diving into JS frameworks (forgot where he said it) as having a solid JavaScript fundamental concept would prepare you to learn myriads of frameworks easily.
This reminds me of one of my favorite stories, that of Donald Knuth and his infamous series of books. TL,DR, he invented TeX just to typeset his own books, as well as all the little pieces that went into TeX and typesetting his books, such as a font and layout algorithm. The whole story is amazing. yakshav.es/the-patron-saint-of-yak...
Wow. The story is quite interesting.
Yak Shaving has its benefits to the world after all if
done well
as Donald Knuth did :)I'm all too familiar!
I knew I wasn't the only one having this problem :)
Totally can relate to it.
I wasn't aware this was prevalent π