
I can't understand this expression?
2 Answers By Expert Tutors
Hi: this phrase is pulled out of some text or instructional manual. Without knowing where this specific phrase came from, can't really answer the question. This almost sounds like some type of computer engineering instruction, but again, would need more specifics. Thanks!
This has to do with the concepts of stateful and stateless.
In computing we often deal with connections over a network and/or with certain pieces of information, whose age and therefore accuracy depends on some periodic refreshing. This creates stateless systems, i.e. data that at any time is not representative of the state of the object or data it represents, but representative of a certain point in time.
When we talk about functions, passing a state means that we need to find a way to pass not any data from a specific point in time into the function, but some way in which the data we can access inside of our function is "fresh" and changes as the state of the object or data outside of our function does.
In VB/VBA for example we can pass a variable to a function "ByVal" or ByRef", where by val would be stateless as just a disconnected value and "ByRef" would be a reference to the original object/data and allow us to retrieve the current state at any time.
HTH
Still looking for help? Get the right answer, fast.
Get a free answer to a quick problem.
Most questions answered within 4 hours.
OR
Choose an expert and meet online. No packages or subscriptions, pay only for the time you need.
Kristen O.
What is the topic?01/26/20