2 Star 0 Fork 0

mirrors_jsantell / 2013.cascadiajs.com

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
automated-testing-and-inversion-of-control_classam.md 1.93 KB
一键复制 编辑 原始数据 按行查看 历史

Automated Testing & Inversion of Control

##Abstract

Unit testing: It's probably important or something. This is going to be based really heavily on this online mini-talk, but I'm going to flesh it out a little bit and extend it into Javascript tools and use-cases.

  • Why is it important?
  • Making changes to your code: it will break things.
  • Documenting your API by forcing yourself to use it.
  • Improving your API by forcing yourself to use it.
  • How do we get started?
  • Finding a test framework.
  • Finding a test runner.
  • Arrange-Act-Assert
  • Running Your Tests Regularly (Continuous Integration!)
  • Only Test The Thing You're Testing
  • Why integration tests are bad.
  • Why unit tests are good.
  • What is Inversion of Control?
  • Why there aren't any famous IOC frameworks for dynamic languages.
  • Mocking out things that are hard to test.
  • Mocking out the DOM.
  • The balance between testing and everything else.

##Speaker Bio

classam

I'm a Vancouver software developer, currently working for Simon Fraser University. I am also a bad cartoonist, an inconsiderate lover, an air-pugilist, 18 feet tall, and I can shoot laser beams with my eyes (but only when I am also holding a laser pointer).

cube_drone

I'm an imaginary prop! I work at a web company in Vancouver that specializes in convincing companies to rebuild their enterprise software with trendy new technology that we are expert consultants in.

马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mirrors_jsantell/mirrors_jsantell_2013.cascadiajs.com.git
git@gitee.com:mirrors_jsantell/mirrors_jsantell_2013.cascadiajs.com.git
mirrors_jsantell
mirrors_jsantell_2013.cascadiajs.com
2013.cascadiajs.com
master

搜索帮助