File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -114,10 +114,10 @@ Those two possibilities are better avoided without any strong reason to not
114114follow the syntax that is the closest to the function definition: ``send('Hello',
115115'World', cc='Cthulhu', bcc='God') ``.
116116
117- As a side note, following YAGNI _ principle, it is often harder to remove an
118- optional argument (and its logic inside the function) that was added "just in
119- case" and is seemingly never used, than to add a new optional argument and its
120- logic when needed.
117+ As a side note, following ` YAGNI < http://en.wikipedia.org/wiki/You_ain't_gonna_need_it >`_
118+ principle, it is often harder to remove an optional argument (and its logic inside the
119+ function) that was added "just in case" and is seemingly never used, than to add a
120+ new optional argument and its logic when needed.
121121
122122The **arbitrary argument list ** is the third way to pass arguments to a
123123function. If the function intention is better expressed by a signature with an
You can’t perform that action at this time.
0 commit comments