Analyzing the State Behavior of Programs (opens in new tab)
Analyzing the State Behavior of Programs Bawden, Alan It is generally agreed that the unrestricted use of state can make a program hard to understand, hard to compile, and hard to execute, and that these difficulties increase in the presence of parallel hardware. This problem has led some to suggest that constructs that allow state should be banished from programming languages. But state is also a very useful phenomenon: some tasks are extremely difficult to accomplish without it, and sometim...
Read the original article