Response, Result, Reply, which is best?
Posted
by Robert Gould
on Stack Overflow
See other posts from Stack Overflow
or by Robert Gould
Published on 2008-12-16T03:02:30Z
Indexed on
2010/04/08
19:03 UTC
Read the original article
Hit count: 234
I'm refactoring some client-server code and it uses the terms Response, Result & Reply for the same thing (an answer from the server). And although its not really that important it's become hard to guess which word to use while writing new code, so I'd like to unify the three terms into one and do the appropriate refactoring, but I'm not sure which word is the "best", if there is such a thing.
Any suggestions based on precedence and standards towards naming for this case?
© Stack Overflow or respective owner