You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a suggestion for an improvement to the way application configuration is currently handled. While it's possible to configure an application via arrays in config files, it can be difficult to keep track of all available configuration options and their corresponding values.
To address this issue, I propose that the framework automatically generates builders for each config object. This would allow developers to use a more convenient syntax, such as:
By providing this feature, it would greatly simplify the process of configuring an application and reduce the potential for human error. I believe this would be a valuable addition to the Spiral Framework, and I would be happy to discuss the details further.
The text was updated successfully, but these errors were encountered:
I have a suggestion for an improvement to the way application configuration is currently handled. While it's possible to configure an application via arrays in config files, it can be difficult to keep track of all available configuration options and their corresponding values.
To address this issue, I propose that the framework automatically generates builders for each config object. This would allow developers to use a more convenient syntax, such as:
By providing this feature, it would greatly simplify the process of configuring an application and reduce the potential for human error. I believe this would be a valuable addition to the Spiral Framework, and I would be happy to discuss the details further.
The text was updated successfully, but these errors were encountered: