-
Notifications
You must be signed in to change notification settings - Fork 30
Bonus chapter idea: split to multiple files #12
Comments
I think this is a great idea. Would like to see the original python code split up, too; it's so easy, there's no excuse for not making this modular. Rust is a little more difficult; it took me a while to figure out the use of |
Completely agree, module chapter would be great. |
Thanks, I think so too. Not sure when I'll be able to put the work in, though. So the issues are all up for taking :-). |
This project has not been maintained for a few years. I'm closing all pull requests and issues before archiving the repo on github. Sorry I hadn't done this sooner! |
Show how to use modules and organise the dodebase into more than one file. That seems to be the most controversial aspect of the original tutorial. And it seems to me, modules trip beginners out.
The text was updated successfully, but these errors were encountered: