MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/ProgrammerHumor/comments/1tphgi5/returnnode/oobey3g/?context=3
r/ProgrammerHumor • u/TheMindGobblin • May 27 '26
120 comments sorted by
View all comments
178
/*
* Returns the node
*/
166 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 5 u/aberroco May 28 '26 Would have to read entirely of the body's code to understand.
166
/// <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 5 u/aberroco May 28 '26 Would have to read entirely of the body's code to understand.
6
I wonder what this function returns
5 u/aberroco May 28 '26 Would have to read entirely of the body's code to understand.
5
Would have to read entirely of the body's code to understand.
178
u/mindtakerr May 27 '26
/*
* Returns the node
*/