Comment of the Day: Python is cooler than Java
April 27th, 2009
1 2 | // why can't I just pass in a dictionary? sigh, there are // times where python would make this SOOOO much easier. |
To give this some context, this was seen above a manual population of attributes in a bean from a map.
I don’t really have any witty comment on this one. There are definitely times where one language would be nicer than another, so I’m in no way saying the comment is incorrect in any way. It just usually makes me laugh to find conversational comments like this, as if you could actually hear the developer sigh when typing out the wordy bean copying.

