Explore >> Select a destination


You are here

tom.preston-werner.com
| | jacobtomlinson.dev
9.2 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.
| | semver.org
9.5 parsecs away

Travel
| | Semantic Versioning spec and website
| | bradfrost.com
11.0 parsecs away

Travel
| | You can version a design system's component library as a single package (e.g. Polaris v8.0), or you can version each component within the library as its own mini package (e.g. Atlaskit Badge v15.0.8) This post breaks down the pros and cons of versioning the whole library vs individual components.
| | www.java-tv.com
81.8 parsecs away

Travel
| This video reveals the long lost secret of how to write readable Java code. Self explaining method names, fluent interfaces, DSLs, helpful frameworks... We are always looking for ways to make our code more readable. But in our quest, we seem to have forgotten something. The most effective way to make any code more readable.