Do you write createSomething()
or addSomething()
?
Do you write readSomething()
, getSomething()
or fetchSomething()
?
This is totally a petty gripe. In the meeting room we refer to it as CRUD, but in actual code, it's becoming AGUD.
What's your naming convention of preference? Does it matter?
thnx.