/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

hynek.me
| | jacobtomlinson.dev
1.7 parsecs away

Travel
| | Version numbers are hard to get right. Semantic Versioning (SemVer) communicates backward compatibility via version numbers which often lead to a false sense of security and broken promises.
| | tom.preston-werner.com
4.9 parsecs away

Travel
| |
| | bernat.tech
3.0 parsecs away

Travel
| | The DRY principle (an acronym for don't repeat yourself) encourages software engineers to abstract code into a separate component and reuse it rather than write it over and over again. If this happens across the system, the best practice is to put it inside a package that lives on its own (a library) and then pull it in from the applications when required. As most of us can't think of every feature that the library might offer or what bugs it might contain, these packages tend to evolve. Therefore, we need some mechanism to encode these evolutions of the library, and most commonly, this is a version number.
| | blog.owulveryck.info
42.4 parsecs away

Travel
| How to setup RVM on an external drive on a Chromebook