Hacker News new | ask | show | jobs
by guhidalg 2871 days ago
Or, viewed another way, IE developers have a stable API surface to work on that isn't a moving target every hour.
3 comments

Evergreen browsers provide a stable API surface as well, because the APIs are backwards compatible. Adding support for CSS Grid does not break Flexbox or anything else I was already using. It simply gives me another tool.
There's no moving target. You can write your layout with tables like it's 2005 and it'll render just fine in the latest version of firefox/chrome/safari/edge.
What are IE developers?
Web Developers that do enterprise software.