FlightControl-Master / MOOSE

Mission Object Oriented Scripting Environment (MOOSE) for lua mission scripting design in DCS World
http://flightcontrol-master.github.io/MOOSE/
GNU General Public License v3.0
290 stars 94 forks source link

Update of the Contribution Guide #2080

Open kaltokri opened 8 months ago

kaltokri commented 8 months ago

Sipped from Discord:

Standard is ThisIsAVariable or a FunctionCall. _ThisIsPrivate. __ThisIsDelayed. ACLASSNAME. 
Local variables are faster than global ones. ipairs is faster for numerically(!) indexed tables

This contribution guide already exists. But we need to update it and move it to the Developer section.

kaltokri commented 8 months ago

We need to define conventions for file and path names in this guide, too! This applies also for the demo missions repo.