Skip to content

Coding Conventions

Demis D. John edited this page Jun 18, 2015 · 2 revisions

nodestring: include trailing .

eg.

self.nodestring = "app.subnodes[1]."

subsequent usage then leaves out the ., eg.

fimm.Exec( self.nodestring + "evlist.update" )
Clone this wiki locally