Skip to content

Best Practices

Decagon edited this page Dec 19, 2014 · 1 revision
  • Relying on the API too heavily
    The public API is subject to change (because it is not v1.0 yet). Some ways to soften upgrading is to:
    • Always read the wiki before upgrading Rabbit
    • Don't hard code the values into the API
    • Some sdk's may not play well with Rabbit, especially if the Connection was established before Rabbit was called.