Search Results

0
votes

How to mark some code that must be removed before production?

I use the //FIXME keyword that eclipse displays, together with //TODO, in the Tasks View (you can filter what to see on it). You shouldn't go out to production if there is some //FIXME around :) …
0
votes

What is your favorite hot-key in Eclipse?

alt+shift+S, then r is for generate getters and setters. It looks tricky but once you get used to this combination you cannot live without it. …