Unit of Code
Description:
Instructions executed from a process' entry point until its ending with a verifiable result through one or multiple exit points.
Composition:
Entry point
Body
Exit point(s)
class Calculator {
private currentResult: number = 0;
// ...
blog.fiftywords.co1 min read