|
|
|
|
|
by bigdubs
441 days ago
|
|
Adding to this, a solution might be enabling continuous releases and leaning into release channels could help in terms of getting more out to users. In practice it's a challenge because the OS bundles a lot of separate things into releases, namely Safari changes are tied to OS changes which are tied to Apple Pay features which are tied to so on and so on. It would require a lot of feature flagging and extra complexity which may reduce complexity. Another way is to start un-bundling releases and fundamentally re-thinking how the dependency graph is structured. |
|