Typically if you're converting a string of words to camel case you capitalise only the first letter of every word (bar the first word).
How does this apply to hyphenated words like re-render?
Something deep inside me wants it to be rerender or doRerender. And not reRender or doReRender, which just looks wrong to me.
Is this open to interpretation or is camel casing clear on this, and I'm just not seeing it?