Displaying 1 result from an estimated 1 matches for "underscore_identifiers".
2007 Feb 11
3
RoR programming style guide?
Is there a style guide for RoR? For example, I see that rails likes
to create things like
<% ... %>
<% ... %>
<% ... %>
and I''m tempted to write this as
<%
...
...
...
%>
but I''m not sure if doing so will make my code "look wrong".
Since I''m a beginner, I''d like to get into the habit of writing code
that has a conventional