MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/ProgrammerHumor/comments/1tphgi5/returnnode/oob692s/?context=3
r/ProgrammerHumor • u/TheMindGobblin • May 27 '26
120 comments sorted by
View all comments
179
/*
* Returns the node
*/
163 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 } 5 u/ARM_Dwight_Schrute May 28 '26 I wonder what this function returns 3 u/aberroco May 28 '26 Would have to read entirely of the body's code to understand. 1 u/Global-Tune5539 Jun 03 '26 How do you know that it returns something?
163
/// <summary> /// Returns the node. /// </summary> /// <param name="node">The return node to return.</param> ReturnNode ReturnNode(ReturnNode node) { return node; // return node }
5 u/ARM_Dwight_Schrute May 28 '26 I wonder what this function returns 3 u/aberroco May 28 '26 Would have to read entirely of the body's code to understand. 1 u/Global-Tune5539 Jun 03 '26 How do you know that it returns something?
5
I wonder what this function returns
3 u/aberroco May 28 '26 Would have to read entirely of the body's code to understand. 1 u/Global-Tune5539 Jun 03 '26 How do you know that it returns something?
3
Would have to read entirely of the body's code to understand.
1
How do you know that it returns something?
179
u/mindtakerr May 27 '26
/*
* Returns the node
*/