Evaluate this code for its adherence to clean code principles:
int totalUsers; // Total number of users
Variable name is unclear
Comment is redundant
Variable should be of type String
Follows clean code practices