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
signal is a bad name in C++ context, because 99 of 100 C++ programmers remember is as coordinated callback mechanism from Qt, boost etc, while ureact::signal is an observable value instead.
There are a lot of different name variants from different libraries: property, state, cell, value, behavior. It is hard to chose from them.
Apart from signal, events also suffers from bad naming. It is hard to refer both to singular events and for plural events. How to name several events? eventsseventses 🤮?
The text was updated successfully, but these errors were encountered:
Description
signal
is a bad name in C++ context, because 99 of 100 C++ programmers remember is as coordinated callback mechanism from Qt, boost etc, while ureact::signal is an observable value instead.There are a lot of different name variants from different libraries: property, state, cell, value, behavior. It is hard to chose from them.
Apart from
signal
,events
also suffers from bad naming. It is hard to refer both to singularevents
and for pluralevents
. How to name severalevents
?eventss
eventses
🤮?The text was updated successfully, but these errors were encountered: