#153

Jeff Kreeftmeijer

Jeff Kreeftmeijer; Ruby programmer, making apps at Fingertips in Amsterdam.

Link: jeffkreeftmeijer.com

  • On the death of ifs

    jeffkreeftmeijer.com 29 Apr '13, 2pm

    The video starts out by explaining that if statements like this one might be a sign of bad design, and that this piece of code will probably grow over time and become an eyesore. While I don’t think the possibility of something growing over time and becoming an eyesore sometime in the...

    Related:
    1. On the death of ifs jeffkreeftmeijer.com 29 Apr '13, 3pm
  • On the death of ifs

    jeffkreeftmeijer.com 29 Apr '13, 3pm

    The video starts out by explaining that if statements like this one might be a sign of bad design, and that this piece of code will probably grow over time and become an eyesore. While I don’t think the possibility of something growing over time and becoming an eyesore sometime in the...

    Related:
    1. On the death of ifs jeffkreeftmeijer.com 29 Apr '13, 2pm
  • The pain of JSON API testing

    jeffkreeftmeijer.com 22 Mar '13, 10pm

    I’m a little behind on my blog feeds, so I didn’t read Collective Idea ’s article about json_spec until yesterday. They created a gem which provides some RSpec matchers and Cucumber steps to do JSON API testing, since “They can be a joy to build but a pain to test”. In this article, I...

  • Why aren't you using git-flow?

    jeffkreeftmeijer.com 17 Feb '13, 11am

    In January of this year, @nvie published “A successful Git branching model” , in which he explained how he keeps his Git repositories nice and tidy. In addition to that, he released git-flow ; a bunch of Git extensions to make following this model extremely easy. I’m astounded that so...

  • Fuubar: the instafailing RSpec progress bar formatter

    Fuubar: the instafailing RSpec progress bar formatter

    jeffkreeftmeijer.com 16 Mar '13, 10am

    As you might have noticed, I’ve been spending some time trying to get running test suites with RSpec a bit better and faster over the last weeks. This week I looked into RSpec’s formatters. Aside from the red “F” RSpec will output when a spec fails, there’s no direct feedback that all...

  • Why aren't you using git-flow? - Jeff Kreeftmeijer

    jeffkreeftmeijer.com 25 Feb '12, 11am

    In January of this year, @nvie published “A successful Git branching model” , in which he explained how he keeps his Git repositories nice and tidy. In addition to that, he released git-flow ; a bunch of Git extensions to make following this model extremely easy. I’m astounded that so...

  • Preloading dependencies for faster test suite start-up times

    jeffkreeftmeijer.com 11 Jun '12, 1pm

    help you speed up your test runs by preloading your application’s dependencies and running your test suite without reloading the whole stack each time. That sounds like magic, but it’s actually quite simple to build a tool that can do something like that. In this article, we’ll write ...

  • aaah no, the horror! ... Testing code that's testing itself via @prismatic

    Testing code that's testing itself - Jeff Kreeftmeijer

    jeffkreeftmeijer.com 05 Mar '12, 4pm

    The problem we have here is that code you’re working on is unstable and can’t be trusted, which means you can’t really use it to test anything either. That’s testing broken code with broken code and it can get very confusing very fast.

Related