791
submitted 2 years ago by [email protected] to c/[email protected]
you are viewing a single comment's thread
view the rest of the comments
[-] [email protected] 20 points 2 years ago

Commit more often. Maybe work in a different feature branch, and don’t be afraid to commit your half-working crappy code. If it’s a personal project/fork, it’s totally acceptable to commit often with bad commit names and small unfinished changes: you can always amend/squash the commits later. That’s how I tend to work: create a new branch, work on the feature, rebase and merge (fast forward, no merge commit). Also, maybe don’t jump around working on random features :P

[-] [email protected] 11 points 2 years ago

Jumping around to random features is how my ADHD brain works most efficiently.

[-] [email protected] 5 points 2 years ago

Good news, TDD is methylphenidate of software development!

[-] [email protected] 4 points 2 years ago* (last edited 2 years ago)

but...but new feature shiny

Fr tho this is all excellent advice

this post was submitted on 12 Dec 2023
791 points (99.0% liked)

Programmer Humor

25170 readers
1634 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 2 years ago
MODERATORS