Your query for articles tagged “open-source” yielded some results!
The Art of a Pull Request
Writing a great Pull Request takes time. It can be a scary proposition going in. Did I implement something relevant? Will they like my changes? Will the PR meet their expectations? How much scrutiny can I expect?
12m 4Maintaining Open-Source Software
These are short-form “thoughts”, in addition to the usual longer-form articles in the blog. The goal is to publish one of these every weekday. I’d …
6m 0Building High-Quality Front-End Modules
Lately I’ve been developing front-end modules solely based on Browserify, the latest being rome. Rome is a calendar component that has an extensive feature-set. …
17m 2How To Avoid Object.prototype Pollution
Some times you just need to extend
Array
objects. Think of the possibilities. Dream of how much more awesome jQuery would’ve been if it provided all of theArray
…4m 4How to Design Great Programs
A recollection of common-sense application design practices I usually follow when building things.
13m 1