bito-code-review[bot] commented on PR #15759: URL: https://github.com/apache/grails-core/pull/15759#issuecomment-4788838158
<!-- Bito Reply --> The suggestion to use lazy properties and a nested configuration object is a valid architectural improvement for Grails configuration. This approach allows for more flexible, execution-time configuration rather than locking settings at configuration time, and the nested structure improves readability and organization. To implement this, you would define a nested configuration class within your extension and use a lazy-loading mechanism (such as a closure or a provider) to retrieve the values. This ensures that the configuration is only evaluated when needed. -- 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]
