ok2c commented on pull request #329:
URL: 
https://github.com/apache/httpcomponents-client/pull/329#issuecomment-974873161


   @arturobernalg 
   
   1. Please do not feed your changes piecemeal. Work on a branch and raise a 
PR once _everything_ is ready. If you need help or another pair of eyeballs, 
ask people to look at the code in your branch
   2. Only public classes need to remain backward compatible. Private and 
package private classes can be changed without deprecation and `@since` 
metadata.
   3. If you are concerned about breaking existing functionality, create a test 
case with old APIs, make sure it works, then port it to the new 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]

Reply via email to