Content pfp
Content
@
0 reply
0 recast
2 reactions

Will Papper pfp
Will Papper
@will
One useful trick when programming in a new language: Create a new chat with Claude/ChatGPT (new chat is important!) and ask it: "Can this [Rust] code be more idiomatic?" (Replace with your language) It'll often come up with very helpful refactors in the new chat that it wouldn't get to within an existing thread
2 replies
13 recasts
82 reactions

Will Papper pfp
Will Papper
@will
In one instance, it refactored a bunch of Rust code from custom errors to thiserror usage. Cut out dozens of lines of code via a macro that is in widespread use, but not initially suggested
0 reply
0 recast
4 reactions