Variable Naming
A topic good to remember: naming things is hard. Especially in software development. You will find a list of reasonable points in the bookmark. There are only two points I would handle slightly differently:
- regarding point 7: the abbreviation
- regarding point 8: I like the usage of
- regarding point 7: the abbreviation
ID
is well-known and okay to use- regarding point 8: I like the usage of
userList
instead of users