6 Matching Annotations
- Jun 2021
-
naildrivin5.com naildrivin5.com
-
It also makes your code harder to follower because you are using SCREAMING_SNAKE_CASE instead of nice, readable methods.
-
- Apr 2021
-
en.wikipedia.org en.wikipedia.org
-
STREAMS originated in Version 8 Research Unix, as Streams (not capitalized).
-
- Mar 2021
-
hyperstack.org hyperstack.org
-
Notice that the HTML elements (BUTTON, DIV, etc.) are in CAPS. We know this is bending the standard Ruby style rules slightly, but we think it reads better this way.
-
- Nov 2020
-
stackoverflow.com stackoverflow.com
-
As was mentioned in the comments above, the material design spec for buttons specifies that the text should be uppercase, but you can easily override its CSS property: paper-button { text-transform: none; }
-
-
uxdesign.cc uxdesign.cc
-
Choose sentence case or title case over uppercase. (This being said, Material Design does use buttons with uppercase labels.)
-
- Aug 2019
-
www.smashingmagazine.com www.smashingmagazine.com
-
All-capitalized letters are hard to read.
-