Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make src/utils.js independent from other project's modules #491

Open
alexruzenhack opened this issue May 28, 2024 · 0 comments
Open

Make src/utils.js independent from other project's modules #491

alexruzenhack opened this issue May 28, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@alexruzenhack
Copy link
Contributor

These are the dependencies of src/utils.js from other project's modules:

import baseStyle from './styles/init';
import { KEYCHAIN_USER, NANO_CONTRACT_FEATURE_TOGGLE } from './constants';
import { STORE } from './store';
import { TxHistory } from './models';
import { COLORS, STYLE } from './styles/themes';

Here are the rules of the game:

  • It can only depend of other module that don't have other project's module dependency either
  • It can't form cycles
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
Status: Todo
Development

No branches or pull requests

1 participant