what do the underscores mean here?
theyre used multiple times in the code im looking at, but im having trouble finding out why its exactly important
example:
what do the underscores mean here?
theyre used multiple times in the code im looking at, but im having trouble finding out why its exactly important
example:
They’re just variable names. People like to prefix names with _
sometimes as a convention that means “don’t touch this variable, I use it internally but you don’t need to care about it”