this post was submitted on 17 Nov 2023
33 points (92.3% liked)
Rust
7124 readers
3 users here now
Welcome to the Rust community! This is a place to discuss about the Rust programming language.
Wormhole
Credits
- The icon is a modified version of the official rust logo (changing the colors to a gradient and black background)
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
$22k is pretty nice. Through I have no idea what "the prettier JavaScript tests" even means.
Is there a unit-test bootstap project someone could download that verifies this requirement? I'm already too confused deciphering what the contest even is
If you can do it in 2-3 months it's worth it, else you're probably not getting paid enough
It looks like a bunch of people from biomejs are already working on this:
https://github.com/biomejs/biome/commits/main
Not sure what they're going to do with the money if it's a team effort though
Split it maybe? After all, they've started before any prize was available for that, so it'll be a nice bonus
Prettier is a Javascript code formatter, so it seems the challenge is to rewrite it in Rust.
Wow, they really did not make that clear at all on the contest description.
Yeah, "pretty printer" to me means some kind of pretty output library, like for terminal applications. I'd call this a "code formatter," but whatever.
I guess this is what happens when your community doesn't standardize on something early on. I guess I take
cargo fmt
for granted.