simonsan
simonsan
@MarcoIeni Why is it expecting a `+` now for ul? :D ``` anti_patterns/catch_panic.md:76:1 MD004/ul-style Unordered list style [Expected: plus; Actual: dash] anti_patterns/catch_panic.md:77:1 MD004/ul-style Unordered list style [Expected: plus; Actual: dash]...
> > > By default it expects the style to be consistent, see [this](https://github.com/DavidAnson/markdownlint/blob/main/doc/Rules.md#md004---unordered-list-style) > > Since there is a `+` on line 66 it expects that all the lists...
> We only see what's bad, is there something that could be done instead of this pattern, if there is maybe we should show it. As this anti-pattern is focussed...
Tracking discussion on merging: https://github.com/lpxxn/rust-design-pattern/issues/7
Tracking discussion on merging: https://github.com/lpxxn/rust-design-pattern/issues/7
Tracking discussion on merging: https://github.com/lpxxn/rust-design-pattern/issues/7
Another example can be found here: https://web.archive.org/web/20210222121736/https://chercher.tech/rust/factory-design-pattern-rust
Good post about it: https://www.sheshbabu.com/posts/rust-module-system/
We could also include a example using [`cargo generate`](https://crates.io/crates/cargo-generate)
Closed #68 to focus on discussing the topic here, may be reopened later to use it as a basis for a general Graphs `intro.md`, not sure.