Sha256: 8b4bd526c18b161017daa1263e77a2ae1c8410ac06832593d8f1a103b6e5550f

Contents?: true

Size: 426 Bytes

Versions: 3

Compression:

Stored size: 426 Bytes

Contents

# JavaScript Standards

## Functions

camelCase

### Access

Methods used only within the namespace should be preceeded by an underscore. This denotes the equivalent of Ruby's `private` even those these functions are still publicly exposed.

## Variables

snake_case

### References

When referencing upper namespace, always use `_this`. `that` will not be tolerated.

### jQuery objects

Preceed all things jQuery with a `$`.

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
fae-rails-1.2.5 docs/javascript.md
fae-rails-1.2.4 docs/javascript.md
fae-rails-1.2.3 docs/javascript.md