Whose talks did I enjoy? Damian is, as always great. Steve Hayman from Apple was as entertaining as Damian, and I don't say that lightly. Daniel Allen's style guide talk had a message that everyone should be exposed to. The two talks on test-driven development (by Ted Karitonov and Andy Lester) yet again made me think I should be doing it.
I think the world needs a set of kata, small tasks that you can write tests for first. Then you can see how an expert wrote tests, and compare. Everyone works on different projects, so it's hard when people like Schwern and Andy say "just start testing your code!" to know what aspects of your code to start with. Baby steps, training wheels
Anyway, Abigail's about to start talking about, I don't know, regular expressions on crack, which seems to have been his theme throughout the whole of his speaking career. I think I missed the talk where he proposed solving all NP-hard problems with regular expressions, but I don't want to mis this one. Until later
--Nat
baby steps (Score:2)
I have started implementing core tests that every module is expected to call - stuff like
01compile.t, 02import.t, 03constructor.t,and so on. the idea is that every module should be testing pretty much the same thing at the outset. and even if there is no need for animport()test, I exPerl Test Kata (Score:1)
Good idea. I'll take it to the QA list and we'll figure out something.
Baby steps (Score:2)
--
xoa
Re:Baby steps (Score:2)
I often think we should use the power of London.pm for good as well as evil. I should take this to the QA list as well I guess...which I *really* should start reading more often (bad me.)
Re:Baby steps (Score:2)
--
xoa
Style Guides for Large Projects (Score:1)
-DA [coder.com]
Re:Style Guides for Large Projects (Score:2)
--Nat
Re:Style Guides for Large Projects (Score:2)
Re:Style Guides for Large Projects (Score:2)