What does "nit" mean in hacker-speak? [closed]
Asked Answered
D

6

68

When someone writes "nit: removed whitespace" on a commit, what does "nit" mean? I've also seen it capitalized as if it were an abbreviation (i.e. NIT). For an example usage see this post:

Of course there is a difference between a comment saying: "Nit: Trailing whitespace" and "According to Section V, Subsection VII of the Coding Manual you should never add trailing whitespace. Please see that you don't." or some stuff like that. The latter is a passive-aggressive potshot, the former IMO is just a quick reminder.

Other example from "Chromium Code Reviews":

Issue 9662: fix minor style nit (Closed)

EDIT: And an answer comes from Bugzilla's review page:

Sometimes the reviewer will prefix his comments with "Nit:". This means that he's just "nitpicking"--you don't have to fix these points, but we'd like you to.

Deonnadeonne answered 7/1, 2015 at 2:23 Comment(2)
A "nit" means a trivial item. If it's in caps, it may be an acronym. It depends upon context.Wakeless
I'm voting to close this question as off-topic because this is not a programming problem but a dictionary one.Nosy
C
84

In the context of "nit: removed whitespace," I would assume that the term is short for nit-pick. That is, a small change that may not be very important, but is technically correct.

Carmella answered 7/1, 2015 at 2:25 Comment(0)
C
15

It is short for "nit pick". Pretty sure.

Candracandy answered 7/1, 2015 at 2:25 Comment(0)
B
5

Technically, it means "a louse egg" - in context it indicates "a very small detail".

Bluefish answered 7/1, 2015 at 2:25 Comment(0)
D
5

NIT in this context means nit pick. Its generally used for small change requests and suggestions.

for more details you may refer to https://www.chromium.org/glossary

Denis answered 15/11, 2016 at 9:24 Comment(0)
B
0

The act of removing nits. Very small nonfunctional things. e.g. format, coding style, etc.

Belligerency answered 26/6, 2018 at 18:46 Comment(0)
H
0

shorthand for NIT : (N)ot (I)mportant, (T)hough

Hamrick answered 10/8, 2018 at 15:20 Comment(1)
I like this, even if I think this is not etymologically correct.Neary

© 2022 - 2024 — McMap. All rights reserved.