JPDev@programming.dev to Programmer Humor@programming.dev · 11 months agoReview Pleaseprogramming.devimagemessage-square105fedilinkarrow-up12arrow-down10
arrow-up12arrow-down1imageReview Pleaseprogramming.devJPDev@programming.dev to Programmer Humor@programming.dev · 11 months agomessage-square105fedilink
minus-squareursakhiin@beehaw.orglinkfedilinkarrow-up0·11 months agoHuman made changes is likely not what caused this image to occur. 111 files with that kind of change count is most likely a dependency update. But could also be that somebody screwed up a merge step somewhere.
minus-squareulterno@lemmy.kde.sociallinkfedilinkEnglisharrow-up0·11 months agoOr maybe their IDE had a different auto indent config and they saved it all, then committed it all without checking the diff or the status.
minus-squarejjjalljs@ttrpg.networklinkfedilinkarrow-up0·11 months agoYou should have an agreed upon format that is enforced by cicd. Prettier, black, whatever.
minus-squareulterno@lemmy.kde.sociallinkfedilinkEnglisharrow-up0·11 months agoI do like the idea of mandating git clang-format as the Kate project has. That way the other devs don’t need to change their own IDE settings to comply.
minus-squareErwinLottemann@feddit.delinkfedilinkarrow-up0·11 months agoyou should meet my coworker. this is one week worth of work. and he still only commit once a week.
minus-squareuis@lemm.eelinkfedilinkarrow-up0·11 months ago and he still only commit once a week. WHYYYY?
minus-squareshiftymccool@programming.devlinkfedilinkarrow-up0·11 months agoThe only way I see that is a dependency update is if you’re versioning your node_modules or <insert-folder-here> which is generally a no-no
Human made changes is likely not what caused this image to occur.
111 files with that kind of change count is most likely a dependency update. But could also be that somebody screwed up a merge step somewhere.
Or maybe their IDE had a different auto indent config and they saved it all, then committed it all without checking the
diff
or thestatus
.You should have an agreed upon format that is enforced by cicd. Prettier, black, whatever.
I do like the idea of mandating
git clang-format
as the Kate project has.That way the other devs don’t need to change their own IDE settings to comply.
you should meet my coworker. this is one week worth of work. and he still only commit once a week.
WHYYYY?
Relatable
The only way I see that is a dependency update is if you’re versioning your node_modules or <insert-folder-here> which is generally a no-no