You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This chunk of documentation was in the Build Process README, but it doesn't feel like it belongs there, especially due to the most recent rewrites and updates.
We should probably update this and relocate it elsewhere. Capturing the original stuff here for posterity:
Quality Expectations
There are certain things we expect to happen frequently to help keep quality
visible to our team and clients.
Performance Budgets: Performance budgets are captured early, and
performance is tracked automatically. Trends are as important as limits.
Style: We seek consistency in code structure and style within a project.
We expect that how we structure Sass, JavaScript, Ruby, HTML, etc., will
change over time as we learn. Those choices we make on a project should be
codified with tools like [jshint], [stylelint], [Code Climate], etc.
Tests: We configure every project to support automated tests. In
most cases, this means [Jasmine], Mocha, Rspec, Minitest, etc. These tests
are easy to run locally, preferrably when code changes. All tests
run using [CircleCI], reporting results to pull requests.
This chunk of documentation was in the Build Process README, but it doesn't feel like it belongs there, especially due to the most recent rewrites and updates.
We should probably update this and relocate it elsewhere. Capturing the original stuff here for posterity:
Quality Expectations
There are certain things we expect to happen frequently to help keep quality
visible to our team and clients.
performance is tracked automatically. Trends are as important as limits.
We expect that how we structure Sass, JavaScript, Ruby, HTML, etc., will
change over time as we learn. Those choices we make on a project should be
codified with tools like [jshint], [stylelint], [Code Climate], etc.
most cases, this means [Jasmine], Mocha, Rspec, Minitest, etc. These tests
are easy to run locally, preferrably when code changes. All tests
run using [CircleCI], reporting results to pull requests.
The text was updated successfully, but these errors were encountered: