# simple english dict
youdao chrome
coding like shakespeare
https://dmitripavlutin.com/coding-like-shakespeare-practical-function-naming-conventions/
cd /Users/xzhou/Library/Preferences/PhpStorm2018.2
vi phpstorm.vmoptions
tail -f /Users/xzhou/Library/Logs/PhpStorm2018.2/idea.log
If you want to see just the commits for a specific branch, use the soloing function.
Use GitKraken’s fuzzy finder to quickly open a repo, view file history, and more.
Pull any branch, even if it isn’t checked out. Just select “Pull” in the branch actions context menu (you can also push the branch the same way).
Writing docs without build process
A future-ready static site generator for Vue
- A test-case per class approach fails to capture the ethos for TDD
- adding a new class is not the trigger for writing tests
- the tigger is implementing a requirement
- test the public API only
- it is NOT be confused with the classical unit test definition of targeting a module
- we avoid file system, database, simple because these
shared fixtureelements prevent us running in isolation from other tests, or cause our tests to be slow. - explicitly writing a test that target a method on a class is not a TDD developer test.
more https://webdev.dartlang.org/tools/sdk#install
$ brew tap dart-lang/dart
$ brew install dart