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

Reduce number of InputStream constructors #3073

Closed
bernardnormier opened this issue Nov 5, 2024 · 2 comments
Closed

Reduce number of InputStream constructors #3073

bernardnormier opened this issue Nov 5, 2024 · 2 comments
Assignees
Milestone

Comments

@bernardnormier
Copy link
Member

In C#, InputStream has 26 public constructors, which very much over to top. We need to reduce this number. It's also like some (like 1 or 2) constructors should be internal, not public.

This InputStream constructor overload is not limited to C#.

@InsertCreativityHere
Copy link
Member

Java also has 26 public constructors. We should also reduce this number.
Since this is the exact same number as C#, the constructors are probably the same.

@bernardnormier bernardnormier self-assigned this Nov 6, 2024
@bernardnormier
Copy link
Member Author

Fixed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants