Comment by nailer
4 years ago
One piece of feedback: it took me a moment to work out what 'pt', 'o' and 'fs' were. Single character variables are fine for algorithms but for demos you really want to use actual words.
4 years ago
One piece of feedback: it took me a moment to work out what 'pt', 'o' and 'fs' were. Single character variables are fine for algorithms but for demos you really want to use actual words.
Oh YES ! 100% - or if the demo spans "multiple files" but the code-snippets doesn't include a filename comment.
I.e //app.js ...
//my-todo.js ....
I’d agree If I’m using css daily I might know what these mean, but I only edit css once in a while, so most of these properties are lost on me
I write CSS everyday and I had no idea what "fs" meant.
"fz" is the typical shorthand used for font-size (at least by Emmet-style autocompleters). "fs" is used for font-style instead.
Those shorthands are optional.
Great but they shouldn’t be used in demos.