udoprog / patterns

Showcasing simple programming patterns in Rust
5 stars 0 forks source link

rust-unofficial/patterns #1

Open simonsan opened 3 years ago

simonsan commented 3 years ago

Hey there, I wondered if it could be reasonable to collect these patterns in here over at https://github.com/rust-unofficial/patterns

I am one of the maintainers of that repository and we are currently working on to bring it to rust-lang. For game engine patterns it might be viable to create another subfolder and collect these patterns there.

What's your opinion on this?

Cheers, Simon

udoprog commented 3 years ago

Hah. Yeah, maybe. This is just a dumping ground for when I put together code snippets to show people things. But I'll keep in mind to contribute them there if they're any good.

But I had no idea that repo existed, so thanks for the poke!

simonsan commented 3 years ago

Oh nice, thanks for the fast answer. Glad that I brought your attention to our repository then. Would be lovely if you would contribute them, we are trying to build up a comprehensive collection of design patterns, anti-patterns, idioms, functional programming ideas and refactoring quirks over there. And establish a small learning platform with it. 👍🏽 Contributions are always welcome!

P.S.: You can also read all of these as a book over here: https://rust-unofficial.github.io/patterns/