The following wiki pages cover several Important Techniques and common “gotchas” that might trip you up. We recommend that new users review this content.
Important Techniques
- The Importance of queue.push{} this is a function you will use in most of your channels
- Using database connection objects when working with databases is a recommended best practice
Gotchas
- Mapping non-present data into databases, so you don’t overwrite valid data with NULL values
- S() VS nodeValue(), which string conversion to use?
- I am getting the error ‘this is a leaf node without children’ when I use the :S() method?