JPDev@programming.dev to Programmer Humor@programming.dev · 1 year agoReview Pleaseprogramming.devimagemessage-square102fedilinkarrow-up1909
arrow-up1894imageReview Pleaseprogramming.devJPDev@programming.dev to Programmer Humor@programming.dev · 1 year agomessage-square102fedilink
minus-squareursakhiin@beehaw.orglinkfedilinkarrow-up5·1 year 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-squareErwinLottemann@feddit.delinkfedilinkarrow-up8·1 year agoyou should meet my coworker. this is one week worth of work. and he still only commit once a week.
minus-squareuis@lemm.eelinkfedilinkarrow-up2·1 year ago and he still only commit once a week. WHYYYY?
minus-squareshiftymccool@programming.devlinkfedilinkarrow-up2·1 year 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
minus-squareursakhiin@beehaw.orglinkfedilinkarrow-up1·1 year agoMany organizations vendor packages in the repo for a number of different reasons and languages. Not just for node.
minus-squareulterno@lemmy.kde.sociallinkfedilinkEnglisharrow-up1·1 year 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-up3·1 year agoYou should have an agreed upon format that is enforced by cicd. Prettier, black, whatever.
minus-squareulterno@lemmy.kde.sociallinkfedilinkEnglisharrow-up0·1 year 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.
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.
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
Many organizations vendor packages in the repo for a number of different reasons and languages. Not just for node.
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.