Buggy Java Code: The Top 10 Most Common Mistakes That Java Developers Make
es interesante articulo donde se muestran 10 de los errores más comunes al programa en Java.
Toptal hace evaluaciones interesantes sobre diversas tecnologías y en esta ocasión sobre Java.
Este es el listado:
#1: Neglecting Existing Libraries
#2: Missing the ‘break’ Keyword in a Switch-Case Block
#3: Forgetting to Free Resources
#4: Memory Leaks
#5: Excessive Garbage Allocation
#6: Using Null References without Need
#7: Ignoring Exceptions
#8: Concurrent Modification Exception
#9: Breaking Contracts
#10: Using Raw Type Instead of a Parameterized One
Comments