this post was submitted on 30 May 2025
157 points (93.9% liked)

Funny Comics

173 readers
241 users here now

A space for sharing funny comics and cartoons.

founded 1 month ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] Asetru@feddit.org 6 points 1 week ago (3 children)

Don't you guys have version control systems?

[–] FancyPantsFIRE@lemm.ee 4 points 1 week ago

I’m pretty sure you could make this comic apply to git too.

[–] 0x0@lemmy.dbzer0.com 2 points 1 week ago (1 children)

This comic seems to be about bad programmers, so maybe they don't have version control 😬 When I'm working on something especially fiddly and I finally get the tests passing, I immediately make a git commit before even trying to clean it up. That way, I have a checkpoint I can return to if I accidentally break anything.

[–] thevoidzero@lemmy.world 1 points 1 week ago

Instead of commit, i just stage them while I do clean ups. So that if I'm successful I stage the cleanup, else I remove the unstaged changes.

Through if you do local commit and amend it later it's not that different.

[–] Docker@programming.dev -2 points 1 week ago

What is version control ?