Concurrecy. Are you an optimist?

Conquering concurrency one at a time

In this short article I will not be touching any asynchronous code or concepts. It will also be not about eventual consistency.

There are specific situations when we may have problems with the other type of concurrency, and the biggest problem is discovering the possibility that the system allows for data to be overwritten without end user’s intentions.
The solution is easy.

Read more Concurrecy. Are you an optimist?