getResult
GetResult is a common naming convention for a function or method that returns the outcome of an operation, calculation, or evaluation. It is used across multiple programming languages and domains to expose the final value produced by a process.
In practice, getResult may act as a simple accessor to a stored value, or as a method
Design considerations for getResult include whether the method is a pure getter or if it performs computation,
Examples of contexts where getResult appears include object-oriented classes that store an internal computation outcome, asynchronous