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