Skip to content

Commit

Permalink
doc: reduce use of anchors for Rust and Go in README
Browse files Browse the repository at this point in the history
Improves readability

Signed-off-by: Brian McGee <[email protected]>
  • Loading branch information
brianmcgee committed May 3, 2024
1 parent c68ef40 commit 0a2a823
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,17 +147,17 @@ guidelines for more information.
You may be familiar with [Version 1], which is written in [Rust]. So, why re-write it in [Go]?

Ultimately, `treefmt` is spending most of it's time shelling out calls to the underlying formatters. This process is
just as fast/performant in [Go] as it is in [Rust].
just as fast/performant in Go as it is in Rust.

The remaining tasks are processing some cli args and parsing a config file. Do we really need something as _heavy duty_
as [Rust] for that?
as Rust for that?

Despite all this, you can make good, sane arguments for continuing with [Version 1] in [Rust] instead of a re-write.
Despite all this, you can make good, sane arguments for continuing with [Version 1] in Rust instead of a re-write.
So here's a _bad argument_.

[Brian] wanted to improve performance by moving away from a [Toml] cache file, introduce pipelines for applying multiple
formatters against the same file set, and add an extensible approach for how `treefmt` walks file systems. He knows [Go]
much better than [Rust].
formatters against the same file set, and add an extensible approach for how `treefmt` walks file systems. He knows Go
much better than Rust.

[zimbatm] thought it was a good idea too.

Expand Down

0 comments on commit 0a2a823

Please sign in to comment.