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
{{ message }}
This repository was archived by the owner on Nov 14, 2025. It is now read-only.
One functionality that I currently miss in mostly all change listener APIs that I have seen is a methods that fires the listener directly after the listener was added. Here is an example in Swift code:
One functionality that I currently miss in mostly all change listener APIs that I have seen is a methods that fires the listener directly after the listener was added. Here is an example in Swift code:
Currently you write code like this most of the time:
I think missing the second line in the method is a common bug. With the new Concept you could write:
The method name
onChangedAndFireis really horrible and must change :) But I like the concept.