====== Style Guide ====== LARA is implemented over Javascript, general Javascript styling guides apply: * Variable names and functions use camelCase * Global variables use ALLCAPS LARA-specific constructions have the following rules: * Aspects names use upper CamelCase * Joinpoint functions and actions use camelCase