-
Notifications
You must be signed in to change notification settings - Fork 77
Coding Standards
Bismita Guha edited this page Aug 30, 2020
·
2 revisions
These are some of the standards we choose to follow in this project. These might change if we agree on standards for javascript development within the community.
We follow the Comments guidelines from this style guide.
We use Prettier to help with code readability.
Use the Semantic UI Library to import components as much as you can. Try and refrain from using basic HTML elements, unless they are really necessary. Keep actions/
, reducers/
, styles/
and components/
in separate directories already present.
- Home
- AnitaB.org
- About AnitaB.org Open Source
- Getting Started
- How to Contribute
Documentation
- Project Requirements
- Setup and Install
- Tech Stack
- Coding Standards
- User Interface Design
- Initial Docs
- Main Concepts
- Future Ideas
GSoC Students