Skip to content
This repository has been archived by the owner on Aug 1, 2018. It is now read-only.

Refactor library internals #11

Open
EvanHahn opened this issue Jan 30, 2016 · 0 comments
Open

Refactor library internals #11

EvanHahn opened this issue Jan 30, 2016 · 0 comments

Comments

@EvanHahn
Copy link
Owner

This could be done any number of ways, but I don't like that there's one big test file and one big source file (this echoes @janmarek's comments in #6).

This is my ideal directory structure, but I could see it going other ways:

expect.js
package.json
lib/
├── Assertion.js
└── assertions/
    ├── be.js
    ├── equal.js
    ├── greaterThan.js
    ├── lessThan.js
    └── ...

Thoughts?

@EvanHahn EvanHahn mentioned this issue Jan 30, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant