Should we rethink the .AsStringValueOrDefault() approach? The reason I say it is because if it's not set the default will be the empty value "".
Would using a "known" placeholder be better than an empty value like ""? For instance, that would eliminate the issue where a value is mistakenly forgotten to be set vs. actually being empty due to a bug.
Originally posted by @simar7 in #9296 (comment)
Should we rethink the
.AsStringValueOrDefault()approach? The reason I say it is because if it's not set the default will be the empty value"".Would using a "known" placeholder be better than an empty value like
""? For instance, that would eliminate the issue where a value is mistakenly forgotten to be set vs. actually being empty due to a bug.Originally posted by @simar7 in #9296 (comment)