Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
I work with some one who makes very few commits he pretty much completes a project and commits.
-
hanuor17248y@CogInTheWheel Ikr! Some people like to showoff their 'commits' on github by committing everytime they accomplish writing a single line of code. *Facepalm*.
In your case, that someone is truly a very sensible person. -
hanuor17248y@Artemix Ah! at least you're following the scrum methodology (which is tbh a very good practice).
-
Eariel19088y@Artemix, and small commits on a big task is easier for your pairs or leads if you use code review with merge requests. I they don't have time enough to check the whole branch they can easily check commits by themselves between their own tasks.
-
LMagnus20638yI tend to commit at the end of each day. Never know if my laptop is going to burn down overnight.
Plus when working with multiple developers it catches conflicts early. -
git commit -m "changed stuff"
At the end of day and you forgot to commit and is too tired to sort the files out. Happens way more than I like to admit :| -
I usually commit a fair bit, for every bugfix, feature or maintenance. I'll do it with commit emojis for clarity (https://github.com/dannyfritz/...). Then, later in the day (when I've finished a major feature/improvement/fix/whatever), I'll push all the commits, and my workflow is visible.
-
kavenc6338yOur team run SCRUM. We used to have a guy commit once per story. No matter how large is the story.
Related Rants
-
cdrice105"You gave us bad code! We ran it and now production is DOWN! Join this bridgeline now and help us fix this!" ...
-
sasikanth28A group of wolves is called a pack. A group of crows is called a murder. A group of developers is called a m...
-
gggggggggg19"Whenever I see a door that says push I pull first to prevent conflicts"
Since you're here, let's make something very clear.
There are four kinds of people in this world:
1. Idiot fucks who commit everytime they write a single loc
2. Professional programmers who commit when they complete a module/functionality
3. Lost souls who commit to their girlfriends
4. People who don't use git.
Understand?
undefined
git
exasperated
don't take me too seriously
fml