Skip to content

Instantly share code, notes, and snippets.

@marick
Last active September 19, 2019 00:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save marick/786a2377ea999920d2641c3766c4edf3 to your computer and use it in GitHub Desktop.
Save marick/786a2377ea999920d2641c3766c4edf3 to your computer and use it in GitHub Desktop.

The Agile Manifesto (http://agilemanifesto.org) is important, including the second principles page, which people hardly ever read.

Here are some things of mine they could look at. I’d be happy to receive email that might help a pair of us decide on better questions.

For those inclined to look at videos, they could randomly pick one of these:

As far as writings go, the most influential was probably “Agile Testing Directions”, http://exampler.com/old-blog/2004/05/26.1.html#directions-toc I’m not very involved in agile testing any more, though.

A short bit is “Process and Personality”, which gets at something that’s almost universally ignored. http://exampler.com/testing-com/writings/process-and-personality.html

A longer bit is “How to be a Product Director” http://www.exampler.com/writing/product-director.pdf Even the most isolated programmers need to understand their interface to the outside world.

I’m fond of “When Should a Test Be Automated?” It’s 20 years old (!) but I still like the emphasis on economic tradeoffs, something that’s a lot more understood these days. http://www.exampler.com/testing-com/writings/automate.pdf

It’s hard to remember which blog posts were influential. Here are two I remember:

A writeup

For a change of pace into the more “technical” part of the socio-technical, I’m a big fan of mocking, especially for functional languages. https://github.com/marick/Midje/wiki/The-idea-behind-top-down-development is an explanation of top-down development using mocking, using my Clojure tool.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment