You are here |
testing.googleblog.com | ||
| | | |
heltweg.org
|
|
| | | | "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... | |
| | | |
shekhargulati.com
|
|
| | | | Last few months I have spent a lot of time doing code reviews. During the code review exercise I also pair with developers to refactor and improve the quality of their pull requests (PR). I care about two things in code reviews - correctness and understandability. In this post I will not focus on correctness... | |
| | | |
martinfowler.com
|
|
| | | | There are only two hard things in Computer Science: cache invalidation and naming things -- Phil Karlton (bonus variations on the page) | |
| | | |
blog.flippercloud.io
|
|
| | 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 |