hjwp / Book-TDD-Web-Dev-Python

Book - TDD web dev with Python
https://www.obeythetestinggoat.com
Other
484 stars 175 forks source link

Update and review Chapter 13 #231

Closed Xronophobe closed 5 months ago

Xronophobe commented 5 months ago

I couldn't find any outdated methods or practices in the chapter. The use of $ python ... and $ python3 ... are a little inconsistent. Also, in earlier chapters I think we were being more specific about which test to run even if it was clear from the output attached below the text. In this chapter we often don't do this, rather just say "the test". On the other hand, it can be expected from the reader to get a feel for what the book is aiming to teach by now, which would mean fewer very specific step-by-step instructions, so I don't have a strong opinion on this one.

Other than these, I found it easy to read and satisfying to see how the code is becoming more concise and pretty.

hjwp commented 5 months ago

thanks very much Csanad, great suggestions.