Skip to content

Instantly share code, notes, and snippets.

@pi3r
Created April 22, 2013 09:04
Show Gist options
  • Save pi3r/5433416 to your computer and use it in GitHub Desktop.
Save pi3r/5433416 to your computer and use it in GitHub Desktop.

Zendesk Apps:

Here's the default design of a Zendesk App:

(function() { 
  return {
  };
}());

Rules:

  1. Never write code before the return.
  2. If you want to write code before the return, see rule number 1.
  3. If you REALLY want to write code before the return, be sure to know what you're doing and BENCHMARK / AUDIT you app.

How to audit an app:

The easiest way to audit your app is to use the Chrome Dev Tools, please see this great article by Addy Osmani for more information.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment