Analyze the clean code practice in this code segment:
/* Setting the user's age */ user.setAge(25);
Code is self-explanatory; comment is redundant
Comment is necessary for understanding the code
Comment should explain why the age is set to 25
Method name should be more descriptive