|
|
|
|
|
by elsbree
4488 days ago
|
|
Does anybody have recommendations for where/how to start learning best practices for TDD? As (nominally) top nerd at a tiny startup (2 engineers), I feel like I should set a precedent sooner rather than later for testing. This is currently not possible since I don't know anything about it, so any resources would be appreciated :) Edit: Primarily looking for resources involving Node.js and client-side testing of a jQuery-based website. |
|
Get, read and understand Kent Beck: "Test driven development by example". The rest will follow naturally.