Flying to Sunnyvale, meeting up with developer peers is fun, wouldn’t there be the flight. Seems like I’m unable to have an ordinary uneventful trip and it wasn’t any different this time around. Due to a deadly traffic accident on the I5, driving the 30 miles from Carlsbad to airport in San Diego took me […]
Author: Wolf Paulus
Code Inspection

I recently got the chance to participate in another code inspection, in which among other things, the following line of code was heavily criticized for using String concatenation on constants and not using a StringBuffer object for the string operation in general. FindFile.FindFileInClasspath( kPropFilePrefix + “*”+ kPropFileSuffix + kKeyProperties, vPropFiles ); This is from a J2EE […]