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
For strings that contain patterns, it would be useful to have functionality that recognises such strings and forces you to write .format with all passed arguments (type-safe) for formatting.
This would also get rid of the mountain of unnecessary .desc() methods on regular string resources without templates.
Thus, regular strings in MR will immediately be of type StringDesc, and strings that need to be formatted will have format method generated specifically for that string's template, which will return StringDesc.
The text was updated successfully, but these errors were encountered:
For strings that contain patterns, it would be useful to have functionality that recognises such strings and forces you to write .format with all passed arguments (type-safe) for formatting.
This would also get rid of the mountain of unnecessary .desc() methods on regular string resources without templates.
Thus, regular strings in MR will immediately be of type StringDesc, and strings that need to be formatted will have format method generated specifically for that string's template, which will return StringDesc.
The text was updated successfully, but these errors were encountered: