Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save julik/75211 to your computer and use it in GitHub Desktop.
Save julik/75211 to your computer and use it in GitHub Desktop.
Symptoms may include:
1. Knowing that you will have to write a router for the 10th time just because someone said YAGNI
(and knowing that having said "router" you would likely want it _both_ ways, yes I mean it thank you)
2. When talking about yourself as a developer you say
things like "I escape my URLs and preferably auto, and yes this includes the router"
3. You know you just don't need to rememder to have a form tag without do..end. because you use markaby anyway.
And you want your URL escaped
4. It doesn't feel right unless you have snatched escape_and_sanitize_ugly_html_gunk from bigframework and
of course you find out that it requires bigframework-*.gem, and the backing class for escape_and_sanitize
has 120 tests and is ~500 lines, and you know stuff will be broken if you won't escape_and_sanitize, and your app
happens to be about ugly_html_gunks because people, you know, paste stuff
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment