On Sat, Nov 30, 2019 at 06:21:29PM +0000, MRAB wrote: > I wouldn't like it if the names got too long. I find a certain amount of > abbreviation makes it easier to read in the long run.
This. People are beginners for what, maybe 2 or 5% of their career as programmers? The minor benefit they get at their beginning of their career from reading "load_from_string" instead of "loads" is outweighed twenty times over by the cost of having to read "load_from_string" instead of "loads" for the rest of their career. There's a reason why fluent English speakers prefer short words like "car" or "bus" over long words like "automobile" and "omnibus". (German speakers may disagree.) -- Steven _______________________________________________ Python-ideas mailing list -- python-ideas@python.org To unsubscribe send an email to python-ideas-le...@python.org https://mail.python.org/mailman3/lists/python-ideas.python.org/ Message archived at https://mail.python.org/archives/list/python-ideas@python.org/message/DPRGE7H6Q7J5JZL32PZJWNQIDZZSQR5O/ Code of Conduct: http://python.org/psf/codeofconduct/