X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=docs%2Fdesign.txt;h=5c04addef30ba42daf3d43f0f18991dce8c7799f;hb=c6d5f531d3ab0afd03cb057e8b3d97547ff42613;hp=192e8c6aca9d110e58d0692cd154b65b9c989842;hpb=e14387dccbab8454627e5d8e79eaa124250630f4;p=lhc%2Fweb%2Fwiklou.git diff --git a/docs/design.txt b/docs/design.txt index 192e8c6aca..5c04addef3 100644 --- a/docs/design.txt +++ b/docs/design.txt @@ -3,7 +3,7 @@ design.txt This is a brief overview of the new design. More thorough and up-to-date information is available on the documentation -wiki at http://www.mediawiki.org/ +wiki at https://www.mediawiki.org/ Primary classes: @@ -89,10 +89,6 @@ Naming/coding conventions: things will break. New code should use the standard method of setting visibilities as normal. - - Member variables are generally "mXxx" to distinguish them. This should make - it easier to spot errors of forgetting the required "$this->", which PHP - will happily accept by creating a new local variable rather than complaining. - - Globals are particularly evil in PHP; it sets a lot of them automatically from cookies, query strings, and such, leading to namespace conflicts; when a variable name is used in a function, it is silently declared as a new