Explore >> Select a destination


You are here

martinfowler.com
| | blog.flippercloud.io
4.5 parsecs away

Travel
| | You know what they say... there are 2 hard things in computer science: cache invalidation, naming things and off-by-1 errors. That's true for feature flags as well. You don't always get the name quite right before the feature flag gets used in production. But once the flag is in use
| | testing.googleblog.com
5.1 parsecs away

Travel
| | This is another post in our Code Health series. A version of this post originally appeared in Google bathrooms worldwide as a Google Tes...
| | heltweg.org
4.2 parsecs away

Travel
| "There are only two hard things in Computer Science: cache invalidation and naming things." - Phil Karlton AngularJS was released in 2010 and revolutionized modern frontend development. In 2016, the AngularJS team published a new framework, written in TypeScript and incompatible with AngularJS. They also made the baffling choice to call this framework Angular 2. Mayhem ensued, confused developers talked to each other about incompatible frameworks. The excellent community documentation AngularJS had built...