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

Refactor TS SDK Codebase #6

Open
sahilsuman933 opened this issue Dec 18, 2023 · 0 comments
Open

Refactor TS SDK Codebase #6

sahilsuman933 opened this issue Dec 18, 2023 · 0 comments
Labels
help wanted Extra attention is needed

Comments

@sahilsuman933
Copy link
Collaborator

The SDK code (index.ts) is currently mixed together in a single TypeScript file. As our project grows larger, it will become more complex and difficult to contribute to.

To address this, we propose refactoring the index.ts file into separate folders. For TypeScript types, we can create a dedicated folder and place the types there. Similarly, we can create a separate utils folder to contain all the files related to utilities, including the utils.ts file.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant