rschmitt commented on PR #719: URL: https://github.com/apache/httpcomponents-client/pull/719#issuecomment-3603707325
> @arturobernalg Would it be OK for you to move implementation classes to `impl` package? It would make it easier to focus on the publicly visible APIs. I don't recommend doing this. Package-private (default) visibility is the only reliable Java language mechanism we have to encapsulate implementation details. If we put implementation details in an `impl` package, they all need to be declared `public` just so we can make internal calls to them from our actually-public APIs! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
