Classes strategy

  • Client-first defines types of classes and how we can use them in our project
  • Organized by "Custom” and "Utility" classes
  • Defined by the _ character. Custom classes have _ and Utility classes don’t have _ in the class name

Learn more on the Classes strategy 1 and Classes strategy 2 pages.