Skip to content
Mikhail Panko edited this page Aug 26, 2013 · 3 revisions
  • Put all parameters which can be used by more than one function into one separate parameter structure/dictionary and pass it along; initialize it in a separate function setParams()
  • Don’t use any numbers in code directly, turn them into parameters
Clone this wiki locally