guides icon indicating copy to clipboard operation
guides copied to clipboard

Conventions, processes and notes about how we do things

Results 12 guides issues
Sort by recently updated
recently updated
newest added

Adding a section to our guides about how to name things may be helpful. For example, see: https://blog.frankmtaylor.com/2021/10/21/a-small-guide-for-naming-stuff-in-front-end-code/

@spaceninja wrote this in a PR comment thread about why we prefer to convert "magic numbers" into variables. We should add a section rephrasing this to the CSS Guide: >...

enhancement

For a recent post @grigs helped me figure out how to get Wordpress to autogenerate responsive image `srcset` and `sizes` stuff for a featured image. I wrote up a quick...

enhancement

As a dev team, we're moving towards TypeScript, but it's important to recognize that TypeScript isn't the most friendly to newbies (speaking from personal experience here). We should have a...

I'd like to take the lead on adding a Web Accessibility Guide that we can use as a reference on our projects. I don't have a full vision yet, but...

An example: - how to properly document destructured parameters (see [JSDocs "Documenting a destructuring parameter"](http://usejsdoc.org/tags-param.html#parameters-with-properties))

enhancement

I like the idea of having an ~NPM~ npm style guide. I am inspired by this guide: https://github.com/voorhoede/npm-style-guide ~(Also, is it "npm" or "NPM" when writing it in a sentence?)~...

I want to add a guide that tells you how to set up Prettier and ESLint in VSCode and maybe other editors. Would it be better to do it in...

enhancement

Add a small section on how to configure a new repo, including: - disable wikis, forking, projects - enable read-only analysis & vulnerability alerts - add design & dev team...

enhancement