development tools

pull/647/head
Susan Wairimu 3 years ago
parent 83ef95ebad
commit 08bf1b11da

@ -16,10 +16,27 @@ Exemplary | Adequate | Needs Improvement
These tools make the code you write look a little better by making your development process easier with respect to generating stable and reliable code. These tools make the code you write look a little better by making your development process easier with respect to generating stable and reliable code.
### Transformation tools - [Veracode](https://www.veracode.com)
- [JSHint](http://jshint.com)
#### Transformation tools
Tools that transform code in some way, e.g. turning an intermediate language into JavaScript that a browser can understand. Tools that transform code in some way, e.g. turning an intermediate language into JavaScript that a browser can understand.
### Post-development tools #### Post-development tools
Tools that are useful after you have written your code, such as testing and deployment tools. Tools that are useful after you have written your code, such as testing and deployment tools.
##### Testing tools
These generally take the form of a tool that will automatically run tests against your code to make sure it is correct before you go any further (for example, when you attempt to push changes to a GitHub repo).
- [Chai](https://www.chaijs.com)
- [QUnit](https://qunitjs.com)
##### Deployment tools
Deployment systems allow you to get your website published, are available for both static and dynamic sites, and commonly tend to work alongside testing systems.
- [Jenkins](https://www.jenkins.io)
-[AWS Code Deploy](https://aws.amazon.com/codedeploy)

Loading…
Cancel
Save