Doesn't hurt to be prepared. I have no issues maintaining separate versions for R1 and R2 just in case the API does change without deprecating...
Guess I'd better make a "stable" branch for my plugins then
I'm not familiar with any mods of that sort, and a standard Bukkit plugin probably won't be capable of doing this, as the API does not expose the...
Sorry, what are you referring to?
I'm not moving the dirty code anywhere, I'm eliminating it altogether. I have no if-statements to distinguish between commands anywhere. And...
None at the moment, I launch mine from the command line ;-)
If you have a location, isn't it a simple matter of calling getBlockX(), getBlockY() and getBlockZ() to get a specific block? Not sure what block...
Static means 1 instance per JVM, in your case just the public modifier would be enough to expose it to other classes, though I'd recommend keeping...
Let me guess, you haven't read Clean Code by Robert C. Martin? Code that works is not necessarily quality code
You asked us if we would use it, I'm just telling you why not, and what I would have chosen if facing the same problem. Also, I believe I also...
Yes, that's a better analogy
I'm with the "No" crowd, for a number of reasons: I use Linux for Java development You're too far behind existing IDEs such as Eclipse (which I...
Separate names with a comma.