(no title)
5xman
|
9 years ago
Most of these are very obvious (like move your expensive code out of loops when possible). Some of them are just wrong. And the rest are very basic stuff and even nonsense (like avoid empty static blocks, who would write an empty static block?).
That on top of the fact that the examples use the slower StringBuffer instead of StringBuilder.
No comments yet.