-
Notifications
You must be signed in to change notification settings - Fork 188
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
build: add explicit return types #682
build: add explicit return types #682
Conversation
Co-authored-by: John Hooks <bitmachina@outlook.com>
Co-authored-by: John Hooks <bitmachina@outlook.com>
Co-authored-by: John Hooks <bitmachina@outlook.com>
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. Latest deployment of this branch, based on commit 898ef79:
|
@sarahdayan check these out, it's just a start. But my initial thought is that it's super repetitive. The params have to be explicitly typed in quite a few places. If you are considering simplifying the packages, I think the |
@johnhooks Yes, that's one of the items in the v2 beta project (somehow I can't link directly to a card, but it's the Reconsider package breakdown one. I'm not convinced we even need a Circular dependencies shouldn't be an issue since both the the currencies and calculator are dependency-free. |
@sarahdayan I can't comment in the project section. Though I did leave a comment in the v2 discussion. #618 (comment) |
@sarahdayan I think |
Though if everything, but the currencies, is moved into the main package then it doesn't matter. |
The calculators import core for types |
I turned the project card into an issue (#683), you can comment on it now.
Yup, but I'm not convinced calculators should be separate. They could be in We can discuss this all in #683 to avoid scattering thoughts. |
1f74c79
to
9a248a6
Compare
@sarahdayan I'm not going to touch this until there is some resolution to issues #685 and Do you want help accomplishing this? If not I will close this PR. I'm definitely willing to help, but understand if you want to tackle this yourself. |
400c2f5
to
2bf6376
Compare
Looks like it got closed because #309 was merged. Normally it should have switched target branch for Feel free to reopen @johnhooks. |
@sarahdayan its not giving me the option to reopen. We can open a new PR once decisions have been made about reorganizing the structure. If |
Add explicit return types to all functions.
fix #681