Thespica commented on PR #764: URL: https://github.com/apache/incubator-graphar/pull/764#issuecomment-3315948113
> Hey there, I've looked at the builders and there seem to be some recurring attributes that need to have specific methods and transient fields (eg. `PropertyGroups`), would it be ok if i create an abstract generic super-class for the builders so I keep the code concise and avoid redundancy? Hi @Jarvx200 , that's an excellent suggestion. Creating an abstract super-class for the builders is a great approach to handle recurring attributes (like PropertyGroups, baseUri and etc.) and keep the code concise by avoiding redundancy. Please feel free to proceed with that implementation. It's a solid design choice. -- 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]
