Lobsters
- On Writing Beautiful Tests https://crate.io/a/on-writing-beautiful-tests/ 7 comments coding
- Writing Clean Tests – Small Is Beautiful http://www.petrikainulainen.net/programming/testing/writing-clean-tests-small-is-beautiful/ 6 comments java
- I often find myself writing Object.keys(someObject) > 0 to test if an object isn't {} (empty) there must be a more beautiful way. https://www.npmjs.com/package/lodash.isequal 57 comments javascript