> I like a bit of humour in my code, and I wanted to name it GodComponent. No. Just no. Do not ever be funny in code. No one else likes your humor, and it's distracting. (Ignoring the other reasons "GodComponent" is a bad name.)
Meh, I don't value that opinion at all. Especially a hard-line stance of "DO NOT EVER". I'm going to continue injecting some light humor into my code and it'll be fine (especially unit test code).
I avoid humor in main code, but in unit test code when you have to come up with dummy bits of test data or variable names, I love getting funky there :)