this post was submitted on 12 Jun 2023
65 points (98.5% liked)

Programmer Humor

32568 readers
297 users here now

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

Rules:

founded 5 years ago
MODERATORS
 
top 7 comments
sorted by: hot top controversial new old
[–] pcouy 6 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

[–] [email protected] 4 points 1 year ago

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

[–] [email protected] 2 points 1 year ago (1 children)

Are there actual reasons to do this, though?

[–] [email protected] 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.

[–] [email protected] 1 points 1 year ago

Gotta get those GitHub PR numbers up though 💪

[–] [email protected] 1 points 1 year ago
[–] [email protected] 1 points 1 year ago

Needs more Jacobs