BaseCase
Troncoso
I personally have written everything from scratch, using my own formatting style and naming conventions and whatnot.
Nice! I was actually trying to do this for a very short time, but I found that it got harder and harder to translate the new code into my style as things piled up (i.e. it was easy to rename a function but a little bit harder to remember what the old name was 6 episodes later, etc.). Are you finding it hard to manage that translation? And if not, what's your secret (besides a larger brain than mine)? :)
I name things similar to Casey, but I use my own style of formatting. So, GameUpdateAndRender is just gameUpdateAndRender, for example. Since the names are similar, then I know what it is I'm looking for and I know how I would have written it, so it comes naturally.
That was hard to explain, but I hope it was understandable.