All Projects → thenerdery → Html Css Standards

thenerdery / Html Css Standards

The Nerdery's front-end coding standards and methodology

Projects that are alternatives of or similar to Html Css Standards

Ansible Style Guide
A style guide for Ansible use in EGI
Stars: ✭ 14 (-87.61%)
Mutual labels:  style-guide
Swift
Airbnb's Swift Style Guide.
Stars: ✭ 1,165 (+930.97%)
Mutual labels:  style-guide
Spring Boot Style Guide
An opinionated guide on developing web applications with Spring Boot.
Stars: ✭ 88 (-22.12%)
Mutual labels:  style-guide
Policial
Review pull requests for style guide violations
Stars: ✭ 36 (-68.14%)
Mutual labels:  style-guide
Jekyll Style Guide
An opinionated guide to common Jekyll design patterns and anti-patterns.
Stars: ✭ 58 (-48.67%)
Mutual labels:  style-guide
Guide
The Uber Go Style Guide.
Stars: ✭ 10,140 (+8873.45%)
Mutual labels:  style-guide
Livingstyleguide
Easily create front-end style guides with Markdown and Sass/SCSS.
Stars: ✭ 874 (+673.45%)
Mutual labels:  style-guide
Typescript Guidelines
The TypeScript Guidebook
Stars: ✭ 104 (-7.96%)
Mutual labels:  style-guide
Flake8
The official GitHub mirror of https://gitlab.com/pycqa/flake8
Stars: ✭ 1,112 (+884.07%)
Mutual labels:  style-guide
Git Style Guide
A git style guide.
Stars: ✭ 86 (-23.89%)
Mutual labels:  style-guide
Axiom React
Axiom - Brandwatch design system and React pattern library
Stars: ✭ 41 (-63.72%)
Mutual labels:  style-guide
Pep8 Style Guide For Python Code
Python 代码风格指南 & 编程规范
Stars: ✭ 49 (-56.64%)
Mutual labels:  style-guide
Eslint Config Standard Jsx
ESLint Shareable Config for JSX support in JavaScript Standard Style
Stars: ✭ 79 (-30.09%)
Mutual labels:  style-guide
Awesome Style Guide
A list of awesome⭐️style guide.
Stars: ✭ 967 (+755.75%)
Mutual labels:  style-guide
Design Systems Repo
A collection of Design System examples, resources, tools, articles and videos.
Stars: ✭ 95 (-15.93%)
Mutual labels:  style-guide
React Styleguide
ReactJS style guide for component-based projects.
Stars: ✭ 14 (-87.61%)
Mutual labels:  style-guide
F2edocs.com
📘 前端开发-学习资料库 (开源书籍,规范,博客社区,面试题)。前端开发者,是这个互联网时代不可缺少的角色,我们彼此相爱,我们共同学习。
Stars: ✭ 74 (-34.51%)
Mutual labels:  style-guide
Catalog
Create living style guides using Markdown or React
Stars: ✭ 1,527 (+1251.33%)
Mutual labels:  style-guide
Html Sketchapp Style Guide
Brainly style guide ➡ Sketch
Stars: ✭ 97 (-14.16%)
Mutual labels:  style-guide
Swift Style Guide
LinkedIn's Official Swift Style Guide
Stars: ✭ 1,254 (+1009.73%)
Mutual labels:  style-guide

The Nerdery Front-end Coding Standards

Table of Contents

  1. Overview
  2. HTML Formatting
  3. HTML Best Practices
  4. CSS Formatting
  5. CSS Best Practices
  6. SCSS
  7. Accessibility
  8. Browser & Device Support
  9. Files & Folders
  10. Changelog

Overview

Prime Directive

The standards herein are a guide to keep developers at the Nerdery interoperable amongst each other and able to produce the highest quality code given the timeline and budget constraints of a project.

For a successful project, always favor solutions that benefit the project and end users over producing "perfect code".

Always aim to meet the standards knowing you'll have to break the rules at some point. Be thoughtful about when you deviate and check with a senior software engineer or a principal software engineer for guidance.

Expectations

  • Understand and follow the standards outlined in this document.
  • Understand and follow the methodology.
  • Write code knowing that someone else might be maintaining it.
  • Select tools that benefit the project.

Goals

Strive to make your code:

  • semantic
  • accessible
  • predictable
  • reusable
  • flexible
  • resilient
  • understandable
  • scalable
  • performant
  • maintainable
  • interoperable
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].