DEV Community

Discussion on: little rust starter hint series: modules and imports

Collapse
 
5422m4n profile image
Sven Kanoldt

Hi Bill,

thanks for the feedback. Well I thought about adding a few more yes. I guess one topic would be writing tests first and how to use a rspec like test "language" to make your test code speaking.

Do you have any wishes on topics that might be helpful to have covered?

Collapse
 
bmitch profile image
Bill Mitchell

Would love to see more on testing in Rust and also traits in Rust.

Thread Thread
 
5422m4n profile image
Sven Kanoldt

Well the traits are already very good covered in that book.
But maybe I will come across some simplification thoughts that helps to grasp the essence even faster, then I'll write about it.

Thread Thread
 
bmitch profile image
Bill Mitchell

Sounds great!

Thread Thread
 
5422m4n profile image
Sven Kanoldt

Hey Bill, you can now checkout the latest post in the series about tests

Hope you have fun with it.

Cheers