Angular Best Practices

From bibbleWiki
Revision as of 11:22, 5 December 2020 by Iwiseman (talk | contribs) (Created page with "=Getting Setup= ==Naming== Keep with the style guide. E.g. catalog.component.ts which has CatalogComponent inside. ==File Structures== LIFT, *Locate Code Quickly *Identify co...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Getting Setup

Naming

Keep with the style guide. E.g. catalog.component.ts which has CatalogComponent inside.

File Structures

LIFT,

  • Locate Code Quickly
  • Identify code at a glance
  • Flattest structure possible
  • Try to be DRY