Jul 17, 2024
Lost me on the very first example. The recommended style is overly redundant, especially in a User struct where the value will typically be referenced using dot notation anyway.
Text(user.name) // preferred
Text(user.userName) // redundant