|
You are here |
tom.preston-werner.com | ||
| | | | |
jacobtomlinson.dev
|
|
| | | | | 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
|
|
| | | | | Semantic Versioning spec and website | |
| | | | |
bradfrost.com
|
|
| | | | | 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
|
|
| | | 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. | ||