* Read and constantly document [[architecture of SAR service]]
* Always document extensively (comments in code, for instance)
* Always document extensively (comments in code, for instance)
* Make sure you watch pages that are relevant (star)
* Make sure you watch pages that are relevant (star)
+
* Be mindful of [https://www.mediawiki.org/wiki/Manual:Coding_conventions/JavaScript Javascript conventions] (within reason)
+
* '''Whenever using property or item numbers in code, define a new variable early in the code with that <name>_id locally, for example "controller_item_id = 96" (see {{Q|96}})''' (this makes the code produced less dependent on which Wikibase instance we are using, as the numbers will change)