mrmrs / screencasts

Screencasts on using vim, git, unix, and oocss as design tools
http://designbytyping.com
27 stars 4 forks source link

Screencast Idea - Test Driven Development for a JS or Node library #19

Open AWaselnuk opened 9 years ago

AWaselnuk commented 9 years ago

In particular I'm interested in seeing a Vim workflow (I don't know Vim but I am strongly considering making the switch). Also very interested in seeing the TDD workflow, what kind of tests you choose to write, and how testing influences your design process (if it does at all).

mrmrs commented 9 years ago

I don't do much TDD at the moment, although I am a big fan of it and would love to know more myself. Might take me awhile to get to this one but thanks for opening the issue!

AWaselnuk commented 9 years ago

Ha awesome. I'm basically in the same boat then. I have found that when I think from a TDD perspective my design tends to improve, so it's something I want to explore further.