Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 1.91 KB

File metadata and controls

33 lines (25 loc) · 1.91 KB

Code Conventions & Best Practices

The purpose of this and related documents is to outline the established programming conventions for the various languages of this application.

Each language and framework are broken into their own child document.

IDE Setup

For both frontend and backend development, the andculture team has preferred Visual Studio Code, since it is free, open source, cross-platform, and widely adopted.

Extensions

We use a few extensions available on the market place for language support, linting, formatting, and snippet generation. When you open the repository in VS Code, it should recommend the extensions listed in .vscode/extensions.json.