国外一位网友分享他修改 Atom 的一处 bug 的经历,感觉很有意思,尤其是最后一段
This was surely the wildest adventure I ’ ve had so far in the open-source world. At the start, I had never seen CoffeeScript, and I only had a vague recollection of regular expressions left over from the two weeks we covered them in CS 164 at Berkeley all those years ago. By the end, I had read thousands of CoffeeScript lines, and I ’ d learned more about regular expressions than I even knew existed. Best of all, I got to fix a bizarre bug in my favorite text editor. What a trip!
最开始他不懂 CoffeScript ,也不精通正则表达式,但是最终修复了这个 bug 。我想这对我们如何贡献开源是个启发。
原文在此
http://davidvgalbraith.com/how-i-fixed-atom/
目前还没发现有译文。