development
development copied to clipboard
A repository for the discussion and publication of the CFPB development team standards.
This is an attempt to codify some common GitHub Actions recipes that we can use, probably with tweaks, across multiple repositories. It is based in part on work that the...
Cfgov-refresh and other projects have this list in the config, we could add this to readme or other docs - M as long as it’s up to date! - [...
Moved from https://github.com/cfpb/consumerfinance.gov/issues/919 My understanding of the underscore convention is: > Use an underscore to designate a variable or function in the export scope (the nesting level where module.exports is...
- Can New Relic report this to us? - M - New Relic how-to for FEWDs - M
Adding this here to note for future updates to our standards addressing polyfills - useful link from @sephcoster in chat > Used some practices in this article that were quite...
[We recommend](https://github.com/cfpb/front-end/blob/master/javascript.md#jsdocs) using the JSDoc format for commenting code but we don't mention generating a documentation website from those comments. JSDoc has a [command-line tool](http://usejsdoc.org/about-getting-started.html#generating-a-website) that can do it automatically....
How should we handle Travis changing package-lock.json files when we build Python wheels there? Our cfgov-refresh [satellite packages](https://github.com/cfpb/cfgov-refresh/blob/master/requirements/optional-public.txt) are configured to use Travis to build installable Python wheel files when...
Linting CSS
Moving this discussion from issue #9. From @anselmbradford > Along the lines of what @mistergone is saying, what about a jshint model that hints at what should be updated, but...
- [ ] Implement in Capital Framework first, to test in a smaller project, before cfgov-refresh