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
We generally us a pattern where the constants are just a static object, since there is no need to instantiate. See AreaBuilderSharedConstants.js for an example.
In continuing with the review, it appears that there is a NeuronSharedConstants and a NeuronConstants type, and the latter adheres to the requested pattern. These should probably be consolidated.
We generally us a pattern where the constants are just a static object, since there is no need to instantiate. See AreaBuilderSharedConstants.js for an example.
Found during code review, see #29.
The text was updated successfully, but these errors were encountered: