JPDev to Programmer Humor · 1 年前Review Pleaseimagemessage-square112linkfedilinkarrow-up1996arrow-down117
arrow-up1979arrow-down1imageReview PleaseJPDev to Programmer Humor · 1 年前message-square112linkfedilink
minus-squareursakhiin@beehaw.orglinkfedilinkarrow-up5·1 年前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.
minus-squareErwinLottemann@feddit.delinkfedilinkarrow-up8·1 年前you should meet my coworker. this is one week worth of work. and he still only commit once a week.
minus-squareshiftymccoollinkfedilinkarrow-up2·1 年前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
minus-squareursakhiin@beehaw.orglinkfedilinkarrow-up1·1 年前Many organizations vendor packages in the repo for a number of different reasons and languages. Not just for node.
minus-squareulterno@lemmy.kde.socialBannedlinkfedilinkEnglisharrow-up1·1 年前Or 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 年前You should have an agreed upon format that is enforced by cicd. Prettier, black, whatever.
minus-squareulterno@lemmy.kde.socialBannedlinkfedilinkEnglisharrow-up0·1 年前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.
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.