User bio
404 bio not found
Member since Mar 8, 2016
Posts:
Juan has not published any posts yet.
Replies:

A function is something that takes a bunch of inputs and returns one or more values. If the returned values are entirely determined by the inputs, and the function doesn't have any side effects (logging, perhaps, or causing state changes outside itself), then it's called a pure function.

A procedure is a function that doesn't return a value. In particular, this means that a procedure can only cause side effects. (That might include mutating an input parameter!)

A routine is either a procedure or a function or is   the bridge between a function and a procedure, should also include instructions for accessing the function arguments and returning the result.

Certifications & Credly badges:
Juan has no Certifications & Credly badges yet.
Global Masters badges:
Followers:
Juan has no followers yet.
Following:
Juan has not followed anybody yet.