- unanswer Slack to task
- GitHub inline PR diffs emails
git diff --word-diff-regex="[^'\"]" master... reformatted-file.yml
- https://kentcdodds.com/blog/avoid-nesting-when-youre-testing
- The Sliding Scale of Giving a Fuck
- What exactly are Google's '500' color swatches?
- How to Avoid the “Boolean Trap” When Designing React Components
The real world is very complicated; the software we write is supposed to map those complexities into applications. The result is that we often end up needing to deal with convoluted logical expressions. You should write your IF statements in such a way as to keep them as straightforward and understandable as possible. For example, expressions are often more readable and understandable when they are stated in a positive form. Consequently, you are probably better off avoiding the NOT operator in conditional expressions.
Exception:
IF NOT (arr1.count = arr2.count
AND arr1.count = arr3.count
AND arr1.count = arr4.count AND . . .
AND arr1.count = arr10.count) THEN RAISE e_missing_value;
Ref: http://code.intfast.ca/viewtopic.php?t=63
- https://github.com/kasecato/vscode-intellij-idea-keybindings
- ESLint
"editor.codeActionsOnSave": { "source.fixAll": true }
- File Utils
- Adds
File Utils: Move
to command palette
- Adds
- File > Auto Save
- https://marketplace.visualstudio.com/items?itemName=LinusU.auto-dark-mode
- Google search extension
- Docker extension
- Spellcheck