Technical Design and Architecture #74
thescientist13
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Coming in new to this kind of work, I wanted to start this discussion to track some of the potential refactoring and architectural changes I could / would like to make with WCC as it grows, in particular like with the unintended side-effects of having to fix things like #70 and introducing features like #73.
definitions
orstring
that start to run into issue when the memory / process is shared, like when running mocha tests in parallelgetTagName
,registerDependencies
. It might make more sense to dual purpose all these methods to at least accept an existing tree or module contents, and then fallback to loading the fileBeta Was this translation helpful? Give feedback.
All reactions