You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's not obvious that we treat the front of the History list as the top of the stack. You can always dig into the code to find out, but it should be easier to just read without knowing how Flow works under the hood.
I propose deprecating History#iterator() (and History.Builder, and #reverseIterator()) and replace them with something like Iterable<Object> framesTop() and Iterable<Object> History#framesFromBottom().
It's not obvious that we treat the front of the
Historylist as the top of the stack. You can always dig into the code to find out, but it should be easier to just read without knowing how Flow works under the hood.I propose deprecating
History#iterator()(andHistory.Builder, and#reverseIterator()) and replace them with something likeIterable<Object> framesTop()andIterable<Object> History#framesFromBottom().