s3rius
07/13/2023, 5:58 PMStackNavigation.bringToFront(configuration: C)
. This has been one of the few things in decompose that surprised me (in a bad way). From the name of the function I would never have guessed that it removes all items of type C. Rather, I would have expected it to look for an item equal to c and remove that. Though I see the use in having a function that clears all instances of type C.
So in the interest of an intuitive API I would petition for a change of name/functionality. Maybe for uhhh v3.0? 😄Arkadii Ivanov
07/13/2023, 6:15 PMs3rius
07/14/2023, 3:22 PMArkadii Ivanov
07/14/2023, 5:48 PM