@JPDev@programming.dev to Programmer Humor@programming.dev • 1 year agoReview Pleaseprogramming.devimagemessage-square105fedilinkarrow-up11arrow-down10
arrow-up11arrow-down1imageReview Pleaseprogramming.dev@JPDev@programming.dev to Programmer Humor@programming.dev • 1 year agomessage-square105fedilink
minus-square@ursakhiin@beehaw.orglinkfedilink0•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-square@ErwinLottemann@feddit.delinkfedilink0•1 year agoyou should meet my coworker. this is one week worth of work. and he still only commit once a week.
minus-square@shiftymccool@programming.devlinkfedilink0•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-square@ulterno@lemmy.kde.sociallinkfedilinkEnglish0•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-square@jjjalljs@ttrpg.networklinkfedilink0•1 year agoYou should have an agreed upon format that is enforced by cicd. Prettier, black, whatever.
minus-square@ulterno@lemmy.kde.sociallinkfedilinkEnglish0•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.
Relatable
WHYYYY?
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
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.