Tell me more ×
English Language & Usage Stack Exchange is a question and answer site for linguists, etymologists, and serious English language enthusiasts. It's 100% free, no registration required.

I'm writing a file sync application, and I'm having trouble naming a function that compares two files that exist (or existed) in the same location on two computers. It uses the modification dates and existence of the files to determine one of the following outcomes:

  • delete the files from both computers
  • replace the remote file with the local file
  • repalce the local file with the remote file
  • leave both files alone

Since the function doesn't perform one of the actions above, but only outputs what should happen, the name sync doesn't really apply. The name compare is already taken, so it cannot be used either. The other names I'm looking at are contrast and reconcile. Any other ideas?

share|improve this question
4  
english.stackexchange.com/faq "But please, don’t ask any questions about these topics. They are out of scope for this site. How to name this function/variable in my program" – MετάEd Jan 26 '12 at 22:37
oops. sorry about that. guess i should RTFM next time. flagged for deletion. – Jordan Jan 26 '12 at 22:52

closed as off topic by MετάEd, aedia λ, Gnawme, simchona, Daniel δ Jan 26 '12 at 22:52

Questions on English Language & Usage Stack Exchange are expected to relate to English language and usage within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.

1 Answer

Personally I prefer your suggestion of reconcile, but if you're looking for others you could potentially use differentiate or difference, which has a topical connection with the computing utility diff

share|improve this answer

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