View Single Post
  #12  
Old 02-27-2012, 06:40 AM
41Sqn_Banks 41Sqn_Banks is offline
Approved Member
 
Join Date: Oct 2007
Posts: 644
Default

Good stuff

Just as a sidenote: Try to use understandable names for variables and method. No one understands what "STaX" or "rsukS1" is supposed to mean without carefully looking at the source code. There is (almost) no restriction in the length of variable and method names so there is no need to shorten them.
Reply With Quote