Comment on Reality check: Our Go backend stack
taaz@biglemmowski.win 11 months ago
Didn’t read it all and I don’t know about Wire but generated code should be in separate commits, making the PR way more readable.
You can always squash them if needed after the code review if needed.
colonist@programming.dev 11 months ago
Do you know of any tools that refactor my branch to put all files following a certain pattern into it’s own commit?
Miaou@jlai.lu 11 months ago
find -regex pattern -exec git add {}
Might work for you?