What is the term for a really BIG source code commit?

Posted by Ida on Programmers See other posts from Programmers or by Ida
Published on 2012-06-13T15:11:15Z Indexed on 2012/06/15 15:26 UTC
Read the original article Hit count: 200

Sometimes when we check the commit history of a software, we may see that there are a few commits that are really BIG - they may change 10 or 20 files with hundreds of changed source code lines (delta). I remember that there is a commonly used term for such BIG commit but I can't recall exactly what that term is. Can anyone help me? What is the term that programmers usually use to refer to such BIG and giant commit?

BTW, is committing a lot of changes all together a good practice?

UPDATE: thank you guys for the inspiring discussion! But I think "code bomb" is the term that I'm looking for.

© Programmers or respective owner

Related posts about programming-practices

Related posts about version-control