Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Andrew Grimm - Heckle: we break code! #21

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 32 additions & 0 deletions andrew_grimm-Heckle_we_break_code/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
# Heckle: we break code!

Heckle evaluates the thoroughness of your unit tests. It does this by making modifications to your production code, and seeing if those modifications cause any unit test failures. For example, it will turn ifs into unlesses, and replace strings and numbers with other strings and numbers or nil, or even delete lines of code! If no failures occur when your unit tests are run on the modified production code, then that code isn't being tested enough.

In this talk, I will discuss how Heckle has been useful to me in maintaining a one person Ruby project that's been worked on for three years, has 15K lines of production code, 11K lines of test code, and varying degrees of unit testing.

- Preferred presentation day: no preference
- Presentation language: English, hopefully with Japanese subtitles.

## Andrew Grimm
## アンドリュー グリム

## University of New South Wales.
## ニューサウスウェールズ大学 (UNSW)

Andrew Grimm is a bioinformatician at the University of New South Wales in Sydney, Australia. He came across Ruby while using Rails at his previous job associated with the Encyclopedia of Life, but now specialises in Plain Old Ruby Objects.

He has worked on various projects outside of work. One analyzed why you always end up at "Philosophy" in Wikipedia. Another was a fork of Heckle in which zombies eat your brains unless your unit tests can kill them all. At RubyKaigi 2011 he demonstrated the Small Eigen Collider, which generates random Ruby code that can be run under different implementations of Ruby to check for inconsistencies or bugs.

ニューサウスウェールズ大学(シドニー)のバイオインフォマティクスの研究者。
Encyclopedia of Life関係の仕事でRailsを使ったことをきっかけにRubyと出会い、今はPlain Old Ruby Objectsを専門としている。

これまでに、Wikipediaのリンクを辿っていくと最終的に"Philosophy"のページに
到達するという事象についての分析や、Heckleというテストライブラリのフォークなどを行ってきた。
RubyKaigi 2011では、ランダムなRubyコードを生成することでRubyの様々な処理系におけるバグを見つけるための
Small Eigen Colliderというライブラリについて発表した。

- [My website](https://andrewjgrimm.wordpress.com/)
- [My twitter](https://twitter.com/#!/andrewjgrimm)
- [Past talk slides](http://www.slideshare.net/agrimm)
- [Past talk videos](https://vimeo.com/channels/332579)
- [Past t-shirt](http://www.zazzle.com/small_eigen_collider_japanese_and_english_text_tshirt-235235813665782515)