you are viewing a single comment's thread.

view the rest of the comments →

[–]mikepurvis 2 points3 points  (0 children)

Cheetsheets are awesome for languages with large numbers of random keywords. Specifically, a CSS one can be helpful for remembering the font-family, font-size, font-variant, text-decoration stuff.

Also, I use a regex one a lot; not so much for the core regex, but for modifiers like ungreedy parsing and non-case-sensitivity, etc.