View Single Post
CrimsonGT
Veteran Member
Join Date: Oct 2007
Location: Gainesville, FL
Old 12-02-2008 , 21:57   Re: I WANT TO BE A PLUGIN MAKER!
Reply With Quote #12

Quote:
Originally Posted by strontiumdog View Post
4. New programmers often forget fundementals like knowing the different types of variables, leaving out brackets etc, so be prepared for a lot of frustrating moments. Gradually these fade away as your familiarity with the language increases.
I know myself, the SM Developers, and a lot of SM plugin writers still leave out brackets and have some very frustrating times scanning over 2000 line plugins trying to figure out why Only suggestion is compile A LOT. I wrote a plugin once that was 2800 lines long, and since it was nothing advanced, I just kept writing. When I finally decided to compile at around 1200 lines, I had something like 39 errors just from misstypes, missing brackets, etc. The WORST is putting a ';' after an if statement.
CrimsonGT is offline