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
This comment applies just as well to our case of the callbacks in question. Introducing a behaviour will document the expected callback interface and might even make the code simpler.
We should probably use erlang:function_defined/3 to save the callback module implementer the hassle of reimplementing and exporting noop functions.
The text was updated successfully, but these errors were encountered:
This comment applies just as well to our case of the callbacks in question. Introducing a behaviour will document the expected callback interface and might even make the code simpler.
We should probably use
erlang:function_defined/3
to save the callback module implementer the hassle of reimplementing and exporting noop functions.The text was updated successfully, but these errors were encountered: