Modelling State in F#


This article has been excerpted from Learn F# Working with mutable data Working with mutable data structures in the OO world follows a simple model — you create an object, and then modify its state through operations on that object. What’s tricky about this model is that it can be hard to reason about your code. Calling a … Continue reading Modelling State in F#