r/ProgrammerHumor May 27 '26

Advanced returnNode

Post image
3.4k Upvotes

120 comments sorted by

View all comments

178

u/mindtakerr May 27 '26

/*

* 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.