Overview for 'chrishartjes'
Written by Chris Hartjes
/ Original link
on Sep. 26, 2013
I had an idea to put together some kind of "PHP Testing Koans" site as a way to help PHP developers get better at learning how to actually write tests. Most developers who are introduced to testing get blocked at the point of actually writing a test. This, in my opinion, has been part of my advocac…
Written by Chris Hartjes
/ Original link
on Sep. 26, 2013
I had an idea to put together some kind of "PHP Testing Koans" site as a way to help PHP developers get better at learning how to actually write tests. Most developers who are introduced to testing get blocked at the point of actually writing a test. This, in my opinion, has been part of my advocac…
Written by Chris Hartjes
/ Original link
on Sep. 26, 2013
I had an idea to put together some kind of "PHP Testing Koans" site as a way to help PHP developers get better at learning how to actually write tests. Most developers who are introduced to testing get blocked at the point of actually writing a test. This, in my opinion, has been part of my advocac…
Written by Chris Hartjes
/ Original link
on Apr. 29, 2013
As part of a project to migrate the PHP code at work from PHP 5.2 to PHP 5.4, I'm using our extensive test suite to look for instances where something that changed between the versions of PHP that we are using has caused some unexpected behaviour. In one of our code bases, I found some tests that…
Written by Chris Hartjes
/ Original link
on Apr. 29, 2013
As part of a project to migrate the PHP code at work from PHP 5.2 to PHP 5.4, I'm using our extensive test suite to look for instances where something that changed between the versions of PHP that we are using has caused some unexpected behaviour. In one of our code bases, I found some tests that…
Written by Chris Hartjes
/ Original link
on Mar. 29, 2013
My co-worker Jarvis wrote a blog post about how he doesn't care about your company culture. I don't know what prompted this blog post, but I disagree with many fundamental parts of it. Jarvis seems like a decent guy (have only met him online and not yet in person) but I think Jarvis is making a mis…