https://github.com/Instagram/IGListKit/blob/master/.github/CONTRIBUTING.md
Let's add:
final in examples)self.prop over & overAnything I'm missing?
Gonna start with this one instead! Already updated the Coding Style with the 3 new bullets. What you exactly mean with the "Testing Philosophy" @rnystrom? so I can be on the same page with you.
Good point I should have documented that:
Basically we want 99% test coverage at all times. So if you're adding new stuff, get it tested.
When fixing bugs, try your hardest to recreate the bug in a unit test, then fix the test. This sets us up to never regress that issue again.
Update Contributing.md aka Task list:
Ok, gonna add that with the Title: Testing philosophy and the points you mentioned :)
Ok here's the Pull request I just made: https://github.com/Instagram/IGListKit/pull/558
Most helpful comment
Good point I should have documented that:
Basically we want 99% test coverage at all times. So if you're adding new stuff, get it tested.
When fixing bugs, try your hardest to recreate the bug in a unit test, then fix the test. This sets us up to never regress that issue again.