Timeline for answer to What does ** (double star/asterisk) and * (star/asterisk) do for parameters? by Meysam Sadeghi
Current License: CC BY-SA 4.0
Post Revisions
6 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Nov 26, 2022 at 11:15 | history | edited | STerliakov | CC BY-SA 4.0 |
Remove unnecessary escape
|
| Oct 26, 2022 at 9:45 | history | edited | Meysam Sadeghi | CC BY-SA 4.0 |
added 236 characters in body
|
| Jan 5, 2022 at 11:23 | comment | added | Moberg |
One reason to use / is that it allows you to change the names of the parameters in the function and not have to update at any place where the function is called (you can be sure that no caller of the function has used the names of the parameters to supply arguments since it isn't used).
|
|
| Jan 8, 2020 at 14:25 | history | edited | Meysam Sadeghi | CC BY-SA 4.0 |
added 79 characters in body
|
| Jan 8, 2020 at 7:28 | history | edited | Meysam Sadeghi | CC BY-SA 4.0 |
added 2 characters in body
|
| Jan 7, 2020 at 14:37 | history | answered | Meysam Sadeghi | CC BY-SA 4.0 |