this post was submitted on 12 Jun 2023
43 points (100.0% liked)

Programmer Humor

32426 readers
735 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
 
top 6 comments
sorted by: hot top controversial new old
[–] pcouy@sh.itjust.works 2 points 1 year ago (1 children)

Reminds me of the time used a private gitlab repo for a freelance contract where I was working alone. I used it to keep track of tasks in issues. Some issues in this repo really turned into me talking to myself

[–] Marxine@lemmy.world 1 points 1 year ago

To be honest it's a good way of tracking your own thought process.

Needs more Jacobs

[–] NettoHikari@social.fossware.space 1 points 1 year ago (1 children)

Are there actual reasons to do this, though?

[–] chillhelm@lemmy.world 2 points 1 year ago (1 children)

It depends. If you are the owner of a repository with multiple contributors and have rules for code review, then this makes sense. You create the PR so that someone else can say "Yep, meets our standards/tests/release schedule".

But if you start doing stuff like this regularly you probably want to migrate the repository to a dedicated account that exists to own that repository, rather than it be your own.

[–] gkd@lemmy.ml 2 points 1 year ago

Gotta get those GitHub PR numbers up though 💪