I just use whatever the convention is for the language I'm using.
Though I must say (though it's only somewhat related) that __name__ pisses me off. There's a limit to the amount of underscores one should use if sanity is to be kept intact.
>>1,2 What languages allow you to use lisp-case? Won't most languages interpret it as the subtraction operator?
>>5 Is that kind of syntax valid in C/C++? I know it's allowed for namespaces in VC++ .NET, but I thought the member operator could only be used once in a given statement?
int main(void) { nigger nig = { 9001, "Jamal" }; bad_person b = { nig }; thief t = { b }; printf("%s\n", who_stole_my_bike(t)); return 0; }
Name:
Anonymous2016-05-25 9:14
why doesn't this survey ask for the gay and retarded Ada_Syntax option
Name:
Anonymous2016-05-26 1:11
dOnkeycAse.
Name:
Anonymous2016-05-26 9:59
>>7 But double underscores are so weird. Lisp's parentheses at least make sense. In python for example, why __name__ instead of ____name____ or _name_? That last one I can live with.