I hate Java
Feb. 3rd, 2002 06:21 pm/**
* append takes an int and adds it to the end of currentValue.
* To do this, append uses the fool concept of Integer, which
* is a terrible faux-implementation of int that, while providing
* some functionality, provides much more pain in the programmer's
* rear end than helpfulness. This pain is caused in large part
* because there is no easy way to convert among int, Integer,
* and String, which is what the Integer seems to be trying to do.
* Integer doesn't support simple mathematical operations such
* as add and subtract, and is therefore useless.
* @param i This is the number to append.
*/
Java is a bitch, and whoever came up with the stupid idea of Integer ought to be strung up by his toenails Lets see if they actually read the comments in my program, shall we?
* append takes an int and adds it to the end of currentValue.
* To do this, append uses the fool concept of Integer, which
* is a terrible faux-implementation of int that, while providing
* some functionality, provides much more pain in the programmer's
* rear end than helpfulness. This pain is caused in large part
* because there is no easy way to convert among int, Integer,
* and String, which is what the Integer seems to be trying to do.
* Integer doesn't support simple mathematical operations such
* as add and subtract, and is therefore useless.
* @param i This is the number to append.
*/
Java is a bitch, and whoever came up with the stupid idea of Integer ought to be strung up by his toenails Lets see if they actually read the comments in my program, shall we?