Timeline for How to preserve parameter names when using bind to define new methods
Current License: CC BY-SA 3.0
3 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Nov 7, 2016 at 13:21 | vote | accept | Kasper van den Berg | ||
| Nov 4, 2016 at 19:36 | comment | added | Kasper van den Berg | Good idea, a downside of comments is that my colleagues using the RestService object have to go to the definition of the bound function. With normal functions that declare their parameters the IDE (in our case Visual Studio) provides a tooltip that details what the function expects when someone tries to call the function. With comments this is lost; i'll try intellisense xml api doc comments. Perhaps the "old" way is the best we have. | |
| Nov 4, 2016 at 13:53 | history | answered | Namnodorel | CC BY-SA 3.0 |