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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: