Lidor Avitan
Lidor Avitan
```javascript Chord.detect(['C', 'E', 'G']) ==> [ 'CM', 'Em#5/C' ]``` what Am i missing?
We already know agree snapshot testing are totally ok. however, there are only few cases we want to encourage them. let's add extensive exploration about snapshot testing. #34
following by #34 we decided to add comments inside all "don't" examples. it'd help your readers to understand better the main idea for each section.
on the first line written: `usbmuxd stands for "USB multiplexing daemon". This daemon is in charge of multiplexing connections over USB to an iOS device.` so can use `iproxy` to...
I created logic to verify something after 10 seconds, for instance: ```javascript export const validateSomething = createLogic({ name: 'validateSomething', type: VALIDATE_SOMETHING, cancelType: CANCEL_VALIDATE_SOMETHING, process({ getState, action, cancelled$ }, dispatch, done)...