View Single Post
Brad
AMX Mod X Team Member
Join Date: Jun 2004
Old 02-20-2006 , 13:07  
Reply With Quote #10

Non-Obligatory Code Suggestions by Brad ™
  1. I really recommend you read these specific optimization tips and apply them liberally throughout your code.
  2. I strongly recommend you put all the user displayed text into a language file. Language files are not used just to have translations for one's default phrases but also to allow people to change the English wording of the default phrases if they'd like without having to recompile the plugin. File this under "Best Practices".
  3. Any defines you have that could be converted to CVARs, are arguably more useful to the end user as CVARs than defines.
  4. If you can find a way to use fakemeta instead of engine, that'd be a bonus as many people would rather not enable engine.
Brad is offline