You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For modularity, I think we should separate different features into their own module and retrieve them in the lib.rs.
That way, if anything breaks on one module, it can be isolated and fixed
At the same time, it will become easy to write smaller unit tests that have few dependencies
The text was updated successfully, but these errors were encountered:
For modularity, I think we should separate different features into their own module and retrieve them in the
lib.rs
.That way, if anything breaks on one module, it can be isolated and fixed
At the same time, it will become easy to write smaller unit tests that have few dependencies
The text was updated successfully, but these errors were encountered: