Currently, all application settings managed by the package are stored as null until explicitly defined by the user. In most real-world applications, it’s common (and often necessary) to have sensible default values for settings so that the application can function out-of-the-box without requiring every single option to be manually configured or write ?? fallback_value logic everywhere.
Currently, all application settings managed by the package are stored as null until explicitly defined by the user. In most real-world applications, it’s common (and often necessary) to have sensible default values for settings so that the application can function out-of-the-box without requiring every single option to be manually configured or write
?? fallback_valuelogic everywhere.