Closed rhruiz closed 7 years ago
Looking pretty good! I had a question on one line. Please check out the review.
Does anyone have other feedback or comments on how to write a @callback
?
I've come across (and used) an alternative style where each optional callback gets its own @optional_callbacks
line rather than listing them all at once at the end, but it may be too much to mention it here.
Thanks! We can leave the callbacks section in this PR and perhaps revisit it at another time.
Adds guides for formatting and module ordering for defining behaviours using
@callback
,@macrocallback
and@optional_callbacks
Closes #139