最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

Documentation for protocol implementations in Elixir - Stack Overflow

programmeradmin3浏览0评论

Does anyone know how to organize docs for protocol implementations? For example I have a protocol callback MyProtocol.run(subject, opts) However I feel like I could benefit having docs for each particular implementation. Let's say for Map the accepted options might be slightly different than for List. AFAIK protocol implementation docs are not compiled and I can't find a good/common approach of doing that. Which make me think if I'm doing it completely wrong.

发布评论

评论列表(0)

  1. 暂无评论