Don't Repeat Yourself

Snippets in Eclipse

Snippets in eclipse can be one of the greatest incremental time savers  for a developer.  While you DRY principle (Don’t Repeat Yourself), there are somethings, in particular custom function calls or calls to objects/methods that you simply cannot avoid repeating.  Save yourself time and boost your accuracy using snippets in Eclipse. 
I’ve separated out the types of [...]