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
* Avoid any risk of typo when using a String
* Free auto-completion
* Avoid the risk of using a non-existing asset name
* All this will be ensured by the compiler and thus avoid the risk of crashing at runtime.
Besides that it would be easier during code review to make sure all strings are localized. @sosnovsky
What do you think about using SwiftGen in the project?
This tool will automatically generate swfit type safe code for strings.
https://github.com/SwiftGen/SwiftGen
Besides that it would be easier during code review to make sure all strings are localized.
@sosnovsky
Originally posted by @Kharchevskyi in #956 (comment)
The text was updated successfully, but these errors were encountered: