DEV Community

Discussion on: Nondeterminism In Testing - How To Do It Wrong

Collapse
 
amorganpd profile image
amorganPD • Edited

For sure, I was even having a discussion with a colleague the other day in regards to deterministic behavior and had to align on whether or not we were discussing the time domain or just the result of the output.

If we are talking about result / output, I would simply define it as: If the output is always repeatable, given the same inputs, then it is deterministic.