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
When building, a great deal of circular dependencies are listed. This is an annoyance more than anything, but we should make a point to reduce these in order to follow best practices.
The text was updated successfully, but these errors were encountered:
Importing from index files was by far the greatest issue since it would cause files to reference many unrelated files.
I moved validationIssue and validationIssueFix to a separate file from core/validator
I moved areaKeys and setAreaKeys to a separate file from core/context
The remaining circular dependencies seem legitimate and are generally import loops between modes, operations, and behaviors. I'm not sure how important it is to resolve these. For example:
When building, a great deal of circular dependencies are listed. This is an annoyance more than anything, but we should make a point to reduce these in order to follow best practices.
The text was updated successfully, but these errors were encountered: