Hacker News new | ask | show | jobs
by emodendroket 980 days ago
Yegge had an article saying that Google had really good tools to clean up uses of deprecated calls and the like and this had made them way too cavalier about breaking changes. Can't vouch for it but an interesting dynamic.
1 comments

I mean, a common joke among ICs at Google is that the API or service you're calling is deprecated but the replacement system isn't ready yet. They have good tools, but the cavalierness about breaking changes would be more because teams can just say "not supported" anymore for internal APIs and services, a more thorough test suite, & really principled rollout strategies to catch issues before they get too big.
Perfect example of this is google analytics. The depreciated Universal Analytics on 7/1/2023:

https://support.google.com/analytics/answer/11583528?hl=en

But the API to access the replacement GA4 data is still in Beta: (for dotnet / go / python and node):