Discussion:
Outsourcing callbacks to a third-party for implementation.
Stanislav Ledenev
2021-05-28 07:54:54 UTC
Permalink
I have an application some part of which is customizable through
behaviours. I have my own default implementation of those behaviours and
other implementations are going to be outsourced. Modules describing
behaviours (pure callbacks modules) are using one .hrl file.

What are options of delivering those files (modules with callback and .hrl)
to a third-party for implementation?

Loading...