python-attrs / cattrs

Composable custom class converters for attrs, dataclasses and friends.
https://catt.rs
MIT License
799 stars 111 forks source link

docs: add strategy using dedicated (un)structure method #396

Closed pohlt closed 1 year ago

pohlt commented 1 year ago

Feel free to edit. 👍🏼

Tinche commented 1 year ago

Howdy,

good job. We've had a small misunderstanding though; strategies are basically functions you can import and call, and they apply a potentially complex customization on your behalf. What you have here is a piece of documentation that looks like a recipe.

That's also good! It should just go elsewhere. Can you move it to the common usage examples page instead?

pohlt commented 1 year ago

Ok, got it. Will take some time, but I'll do as requested.

pohlt commented 1 year ago

Is included in #405, so closing here.