Fork this gist.
Add a link to your repo in the body of your fork
Repo: https://github.com/MsJennyGiraffe/URLockbox
Fork this gist.
Add a link to your repo in the body of your fork
Repo: https://github.com/MsJennyGiraffe/URLockbox
##Leap My code: here
Responder #1 (here) - This responder used nesting if else/statements. Personally, I would rather have longer code than nested code, but because there aren't very many conditions, I think that it doesn't matter too much. It's still fairly easy to follow. I wish the responder would take out the hello world comments just because it pushes down code and makes it harder to directly compare when switching tabs. I do like that this responder takes in input, I took in year, which makes it kind of confusing when Year takes a year.
Responder #2 (here) - This responder made a one line if conditional, which I'm not always opposed to, but I don't like when I have to scroll to see code, and I have to scroll sideways to see it on the website. I think the logic is clean, and I like it. I just wish it w
Intro - 10 minutes
Live coding hopefully with audience participation - 25 minutes
<input type='text' name='task[title]' value="<%= @task.title %>"/>.
###DTR