Why I hate to rebase
Before jumping right to the point I want to make, just step back and think about what's the purpose of the VCS and why git rebase
seems a good tool.
Before jumping right to the point I want to make, just step back and think about what's the purpose of the VCS and why git rebase
seems a good tool.
Yesterday I finally merged my last 6 months (not full time) of work on my framework to master
, releasing the first version 0.5.0
. In this article I want to explain why I started this project.
Last week I was thinking about one of my personal projects and what kind of evolution I could make. And a came across one requiring two browser tabs (on the same domain) to communicate with each other. And I remembered one article read long ago about shared web worker that could help me do that. I've spent the whole week trying to find this article and couldn't find it back. The only resources I did find was a short article on SitePoint dating back to 2011 and the specifications on whatwg.org.
Another strange thing is the disappearance of the documention on the Mozilla Developper Network.
So I decided to do an article on the subject with a use case and code examples.