elharo commented on PR #2041:
URL: https://github.com/apache/maven/pull/2041#issuecomment-2589932633

   Generally yes, Hyrum's Law applies: https://www.hyrumslaw.com/
   
   That said, there is a spectrum. public > protected > package protected > 
private 
   
   and if you name a package internal or add an Experimental annotation, it 
will be less frequently depended on. But overall keep your APIs as small as 
possible. That's less trouble for users and more flexibility for developers.
   
   


-- 
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: issues-unsubscr...@maven.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to