logo
首页技术栈工具库讨论
modul

modul

Modul provides an alternative way to organize Ruby code. Instead of littering the global namespace with classes and modules, Mrodul lets you explicitly import and export declarations in order to better control dependencies in your codebase. With Modul, you always know where a module comes from, and you have full control over which parts of a module's code you wish to expose to the outside world. With Modul, you can more easily write in a functional style with a minimum of boilerplate code.
由 
bruceshi2021-01-13 收录
--
推荐
不推荐
更多信息
RUBYGEMS
gem install modul
查看
标签
根据用户添加的标签生成
暂无标签