Version 1 of #313

Hiccdown methods should live in their own, separate modules. How about they are called ‘renderers’?↵
↵
```ruby↵
module ProductsRenderer↵
  def self.index vc, # …↵
    vc.some_helper_method↵
  end↵
end↵
```

Hiccdown methods should live in their own, separate modules. How about they are called ‘renderers’?

module ProductsRenderer
  def self.index vc, # …
    vc.some_helper_method
  end
end
#313 · Dennis Hackethal · about 1 year ago
2 comments: #314, #317