vote up 5 vote down star

Exact duplicate of

I have a function which checks if a certain thing exists, and if not, creates it. What would be a good word for it? Right now I'm using "maintain", so the function is called maintain_buffer_on_path, but I think that "maintain" is misleading. Can you think of a better one-word name?

flag

66% accept rate
See here as well: stackoverflow.com/questions/1238386/… – divo Oct 16 at 17:59
And here: stackoverflow.com/questions/1228758/… – divo Oct 16 at 18:01

3 Answers

vote up 9 vote down check

I usually use ensure for this.

link|flag
vote up 0 vote down

I've heard the word vivify to refer to this.

link|flag
vote up 4 vote down

EnsureExists (or simpler Ensure) seems to be some kind of a convention.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.