Skip to content

Home

JavaScript Enhancement Proposals Agreement, JSEPA

This projects aims to centralize the globally well-used coding conventions, and thus make this knowledge accessible to anyone.

Tip

This project was mainly inspired by the famous Python Enhancement Proposals, PEP.

Introduction

The first use of the JSEPA is to provide well-defined, clear and functionnal coding style for the JavaScript scripting language. With time and patience, good practices and specifically JavaScript-aimed proposals will emerge by the community.

Index

  • JSEPA-1: JSEPA guidelines and definition
  • JSEPA-2: JavaScript coding style and guidelines

Sources

The JSEPA project is based on the actual online guidelines and tips about JavaScript, such as:

Back to top