Hiccdown Development Notes
Showing only #1978 and its comments.
See full discussionLog 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.
CriticismCriticized1oustanding criticism
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 #1978