Njol / Skript

Skript is a Bukkit plugin which allows server admins to customize their server easily, but without the hassle of programming a plugin or asking/paying someone to program a plugin for them.
http://njol.ch/projects/skript
104 stars 65 forks source link

Update Skript.java #374

Open nerdtron123 opened 8 years ago

TheMolkaPL commented 8 years ago

Please use valid commit titles.

nerdtron123 commented 8 years ago

@TheMolkaPL its an update for your exceptions.

ghost commented 8 years ago

@nerdtron123 Please rename the commit, as well as the title of this pull request. Using descriptive commit titles and the extended descriptions can make managing and/or debugging a code base of any size, especially large ones, far easier (plus, it's prettier).

Looking at your other code, you may want to learn more about code formatting, comments, and other things for writing quality code, before the habits become too deeply ingrained. I'd suggest using a proper IDE like Eclipse, instead of Notepad or Word. Keep in mind, you never need to keep commented out code lying around, since that's one of the things version control is for! Good luck.

PS: As a long term goal, you might want to upgrade to a language that isn't awful, like Haskell or one of the many Lisp dialects.