ipfs-inactive / dev-team-enablement

[ARCHIVED] Dev Team Enablement Working Group
3 stars 1 forks source link

OKR: Reduce complexity (interface-ipfs-core) #53

Closed travisperson closed 5 years ago

travisperson commented 6 years ago

https://github.com/ipfs/testing/projects/1#card-9340136

A large refactor of interface-ipfs-core project (https://github.com/ipfs/interface-ipfs-core/pull/290) was merged last week. The new organization of tests make it easier to find test for any given command, as the test structure mimics the js-ipfs / js-ipfs-api command layouts.

I recently opened an issue (https://github.com/ipfs/interface-ipfs-core/issues/313) to build on top of this refactor to help address some of the patterns and conventions around writing tests to help reduce code duplication and code complexity.

Currently seeking feedback before moving forward.