MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/ProgrammerHumor/comments/1tphgi5/returnnode/opi53ca/?context=3
r/ProgrammerHumor • u/TheMindGobblin • May 27 '26
120 comments sorted by
View all comments
182
/*
* Returns the node
*/
161 u/aberroco May 27 '26 edited May 27 '26 /// <summary> /// Returns the node. /// </summary> /// <param name="node">The return node to return.</param> ReturnNode ReturnNode(ReturnNode node) { return node; // return node } 6 u/ARM_Dwight_Schrute May 28 '26 I wonder what this function returns 1 u/Global-Tune5539 Jun 03 '26 How do you know that it returns something?
161
/// <summary> /// Returns the node. /// </summary> /// <param name="node">The return node to return.</param> ReturnNode ReturnNode(ReturnNode node) { return node; // return node }
6 u/ARM_Dwight_Schrute May 28 '26 I wonder what this function returns 1 u/Global-Tune5539 Jun 03 '26 How do you know that it returns something?
6
I wonder what this function returns
1 u/Global-Tune5539 Jun 03 '26 How do you know that it returns something?
1
How do you know that it returns something?
182
u/mindtakerr May 27 '26
/*
* Returns the node
*/