Yes, it definitely is better to make your code more readable. What if someone wants to learn what you did with a program? Nice to see which functions do which and stuff. Comments help too but take more space. My arguments are a bit invalid I admit, shorter code doesn't necessarily decrease file size. Even comments need to be stored in memory.