issues
search
firstdraft
/
draft_generators
Rails generators that help beginners learn to program.
MIT License
2
stars
3
forks
source link
Disambiguating by breaking more conventions
#37
Open
raghubetina
opened
6 years ago
raghubetina
commented
6 years ago
Using strings as keys to the
params
hash following the heuristic: "If we could change it to 'zebra' on a whim, then use a string; otherwise use a symbol."
Making variable and input names longer and more pedantic.
Adding a non-error version of forms.
params
hash following the heuristic: "If we could change it to 'zebra' on a whim, then use a string; otherwise use a symbol."