From 5497a851582c8c0d5407ead926f9041b2701a626 Mon Sep 17 00:00:00 2001 From: William Entriken Date: Mon, 29 Jan 2018 14:45:36 -0500 Subject: Clarify name documentation for mixedCase --- docs/style-guide.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/style-guide.rst') diff --git a/docs/style-guide.rst b/docs/style-guide.rst index 4c0d44f0..ab1af13d 100644 --- a/docs/style-guide.rst +++ b/docs/style-guide.rst @@ -684,7 +684,7 @@ naming styles. * ``mixedCase`` (differs from CapitalizedWords by initial lowercase character!) * ``Capitalized_Words_With_Underscores`` -.. note:: When using abbreviations in CapWords, capitalize all the letters of the abbreviation. Thus HTTPServerError is better than HttpServerError. +.. note:: When using initialisms in CapWords, capitalize all the letters of the initialisms. Thus HTTPServerError is better than HttpServerError. When using initialisms is mixedCase, capitalize all the letters of the initialisms, except keep the first one lower case if it is the beginning of the name. Thus xmlHTTPRequest is better than XMLHTTPRequest. Names to Avoid -- cgit