Hiccdown Development Notes
Showing only #302 and its comments.
See full discussion insteadLog in or sign up to participate in this discussion.
With an account, you can revise, criticize, and comment on ideas.Discussions can branch out indefinitely. Zoom out for the bird’s-eye view.
Hiccdown methods should live in Rails helpers as instance methods.
Criticized1 criticim(s)
That isn’t a good idea because Hiccdown methods often share the same conventional names (index
, show
, etc), which can and does lead to conflict.
Criticism of #302