So I have a design question, I was reading about Dependency Injection on fsharpforfunandforprofit.com and the article said that hidden dependencies on local methods is a problem. That got me thinking, “Just how decoupled does a function need to be from the domain?” I made a contrived example here where the function lotsOfChickens depends onRead more