When programming you are using the syntax so that humans can read it, the length of the variable names, methods, etc... are really irrevelant.
The more verbose the better usually, with a good development environment you should have code completion anyway, so you can simply hit "add_L"+TAB to finish the method call.