Naming matters
It’s easy to say than done.
For example, to insert a customer into a database. I have seen the next names:
Insert(), Persist() (Java JPA), Add() (Entity Framework), Store(), Update() (yes, for insert) and so on. And they are frameworks’s names.
However, I agree with 4) ( Be Consistent)..