muhahaha long class names >:)

Long live IntelliSense!

1
2
3
4
5
class SortedQPs : public ListObjectPointersKillOnExitFakeSize
<ListObjectPointersKillOnExitFakeSize
<ListObjectPointersKillOnExitFakeSize<QuasiPolynomial>>>
{};
//no joke that's a line in my code! 



Waiting for follow-ups >:)
Last edited on
Time for a name change.. lol
I have honestly never even dreamed of making a name that long but, I haven't been programming all that long either.
lol nice.
Names (especially global) need to be descriptive, but excessively long names detract from readability. Humans recognize words in part by their shape and in part by the letters that make them up. Large names make it impossible to recognize by shape; you are forced to read the entire name.

What humors me is that after reading the such a long name, I still don't find it very descriptive! I'm left asking myself, "Wtf is this thing?!"
haha you are just pounding on it instead of posting your own huge examples :) The class name is descriptive to me ... now where are your monstrous examples?

@ jsmith: long names make readability high... you recognize them by length!
Last edited on
Sure, if there is only one.

What if there was another type named ListObjectPointersKillOnExitRealSize?
thats like in this one program i made i used
HaHaFuckyouTeacher.AllwaysTakingOffPointsForNoReason()

and
GoodLuckFiguringOutHowThisOneWorks.Idiot()

Last edited on
What was your grade for that assignment? ;)
Last edited on
Imagine you said to your boss, "today I wrote 20KB of code"! Sounds more impressive than, say, "I wrote 500 lines of code!"
Topic archived. No new replies allowed.