Skip to content

Latest commit

 

History

History
40 lines (27 loc) · 1.29 KB

File metadata and controls

40 lines (27 loc) · 1.29 KB
layout default
title Home

EY Code Style Guide

A mostly reasonable approach to general code style

Note: this guide is based on the Airbnb guide Airbnb JavaScript Style Guide, it reinforces the most important rules and revises some of them.

Table of Contents

  1. Javascript
  2. React
  3. Functional Programming
  4. Library Usage

About This Guide

This style guide provides consistent coding standards and best practices for JavaScript development at EY. It covers:

  • JavaScript fundamentals - Core language features and patterns
  • React development - Component architecture and modern React patterns
  • Functional programming - Immutable data patterns and functional concepts
  • Library usage - Best practices for external dependencies

Getting Started

Choose the section that matches your current development needs:

Contributing

This guide is a living document. Please contribute improvements and suggestions through pull requests.