-
Notifications
You must be signed in to change notification settings - Fork 0
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
Bots, dapps have duplicate code #7
Comments
This branch is the placeholder for the work that consolidates the bot packages into a single package that'll be a library for writing bots. |
Deduping the code should be faster than writing a new library IMO |
I mean since they're using the exact same code, you could just pull that out but wherever you place it for both of them to fetch it would essentially make that new place a (not-well-thought-out) library, no? |
OK, let me reword: "pulling out the duplicate code" into a not-well-thought-out library, is faster than waiting for branch |
Yeah, that's true |
The following files are very similar:
packages/high-roller-bot/src/utils.ts
packages/tic-tac-toe-bot/src/utils.ts
The text was updated successfully, but these errors were encountered: