While working on #50280 I discovered that we had internal constructors in the code base.
I see 2 issues with them :
- Some of them made it to the documentation
- Unlike private constructors, they do not prevent the usage of the said constructor in apps. They're not really internal, Just the constructor argument is empty.
What do you think ?
While working on #50280 I discovered that we had internal constructors in the code base.
I see 2 issues with them :
What do you think ?