|
|
|
|
|
by tdbgamer
3156 days ago
|
|
No problem! I did read Clean Code by Robert Martin. He's definitely in the "die hard TDD guru" category, but there are still useful examples to be extracted from the book. Besides that, I mainly learned a lot of testing tricks in the wild, reading through Github projects. My learning process now-a-days is mostly: 1. Discover a really cool trick or concept I didn't know existed in a Github project.
2. Research the hell out of it.
3. Try to use it in some personal example project. |
|