snaggen@programming.dev to Rust@programming.dev · 1 year agoWrite a pretty printer in Rust and win a bountyconsole.algora.ioexternal-linkmessage-square4fedilinkarrow-up11arrow-down10file-text
arrow-up11arrow-down1external-linkWrite a pretty printer in Rust and win a bountyconsole.algora.iosnaggen@programming.dev to Rust@programming.dev · 1 year agomessage-square4fedilinkfile-text
minus-squareRonSijm@programming.devlinkfedilinkarrow-up0·1 year ago$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
minus-squaresugar_in_your_tea@sh.itjust.workslinkfedilinkarrow-up0·edit-21 year agoPrettier is a Javascript code formatter, so it seems the challenge is to rewrite it in Rust.
minus-squareAnders429@programming.devlinkfedilinkarrow-up0·1 year agoWow, they really did not make that clear at all on the contest description.
minus-squaresugar_in_your_tea@sh.itjust.workslinkfedilinkarrow-up1·edit-21 year agoYeah, “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.
$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
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.