Comment on Reality check: Our Go backend stack
taaz@biglemmowski.win 1 year 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 1 year 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 1 year ago
find -regex pattern -exec git add {}
Might work for you?