login: group static fields in "struct User"
Make sure to put static fields together in "struct User". This makes it easier to figure out the lifetime of each field.
Loading
Please register or sign in to comment
Make sure to put static fields together in "struct User". This makes it easier to figure out the lifetime of each field.