You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Builder pattern, It's worth considering! However, I think we should be cautious in its implementation because there are several ways to implement the builder pattern—such as having methods consume ownership or return references—and different people have different preferences. so I'm a bit cautious about introducing it.
Whether to actually introduce the builder pattern is another matter, but I envisioned something like an XzDecoderBuilder::new().filter().build(). Do you have a more specific image in mind?
Hello! I have an idea. Now my code looks something like this:
I think using builder pattern will improve user experience.
The text was updated successfully, but these errors were encountered: