this post was submitted on 27 Jul 2023
49 points (100.0% liked)

Programming

13418 readers
1 users here now

All things programming and coding related. Subcommunity of Technology.


This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.

founded 2 years ago
MODERATORS
 

Was digging through a project at work today where some guy in 2014 made 100+ commits in a single day and the only one that had a comment said "upgrading to v4.0".

you are viewing a single comment's thread
view the rest of the comments
[โ€“] saigot@lemmy.ca 5 points 2 years ago* (last edited 2 years ago) (1 children)

I like my company's style:

For issues:

<jira ticket> - [program][deliverable] did this to fix that

Problem: symptoms of the problem that future devs can use to figure out its the same problem

Root cause: why this is broken

Solution: how I fixed it, including the scope

Testing: what testing it has it gone through

[โ€“] MariaRomanov@lemmy.sdf.org 1 points 2 years ago

ah nice. we include the backlog # in our branch name.