|
|
|
|
|
by CraigBuchek
6262 days ago
|
|
Variable/constant names aren't just used to keep DRY, and to encapsulate functionality. They're also used to express intent. To me, this is one of the most important reasons for using variables, instead of "magic numbers". |
|
The question isn't whether to implement higher-level stylesheets. It's where to implement them.