I have a method:
def addNewShow(name)
end
I want it to return a boolean which states whether or not this was successful. Should my method have a question mark on the end of its name to let the user know that that's what it returns, despite it not being a question, and only returning the answer to the question "Was this successful?"