kinow commented on pull request #116:
URL: https://github.com/apache/commons-imaging/pull/116#issuecomment-918771649


   Hi @gwlucastrig 
   
   Thanks for the detailed example. The only part of the implementation that 
bothers me is the static method.
   
   >Finally, each parameters class would implement a static method:
   
   That might become tedious to maintain that code, and also error-prone. Of 
course generics can also be error-prone, and are not too simple to maintain.
   
   If only we had a way to combine; make so that users can easily write code 
using auto-complete, IDE, etc, in an intuitive way, and in a way that we don't 
have any risks in our side (or very low risk of bugs/hard to maintain code)...


-- 
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...@commons.apache.org

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


Reply via email to