Hacker News new | ask | show | jobs
by perseusprime11 3156 days ago
I hear you. What's causing them to iterate so fast? I still remember the days of Java and .Net where they did yearly releases and phased transitions with good documentation of what's deprecated and what's new.
2 comments

> phased transitions with good documentation of what's deprecated and what's new.

Am I missing something? Do they not have that? This is just a blog post. They have a changelog and utilize the @deprecated jsdoc tag for IDE notification.

> and phased transitions with good documentation of what's deprecated and what's new.

If you're after that >> https://emberjs.com

Agreed. Ember does a great job with documentation.