Railway-Oriented-Programming-Example icon indicating copy to clipboard operation
Railway-Oriented-Programming-Example copied to clipboard

Place OK and Logging controller helpers outside of controller itself

Open raymens opened this issue 10 years ago • 1 comments

By placing these lines outside of the controller they can be re-used in other controllers.

https://github.com/swlaschin/Railway-Oriented-Programming-Example/blob/master/src/FsRopExample/Controllers.fs#L138-L177

raymens avatar Jan 29 '15 10:01 raymens

That's a good suggestion. I'll put them in the helper module. Thanks!

swlaschin avatar Feb 05 '15 23:02 swlaschin