rfreytag

Results 5 comments of rfreytag

I found the transition from SingleCounter to NewWindow samples had a learning curve as SingleCounter does not have an App.fs and I was learning the structure of Elmish.WPF solutions. I...

I found Sample/NewWindow.Core/App.fs hard to read. I have a version in [my fork](https://github.com/rfreytag/Elmish.WPF/tree/Adding_fully-specified_parameter_lists), branch: `Adding_fully-specified_parameter_lists` that I find more readable with the following changes: - Every function has fully-specified parameter...

Everything I did is what I _think_ is the minimum necessary changes for readability from the original Sample/NewWindow.Core. Perhaps I'm missing your meaning?

@marner2 @TysonMN Having _finally_ found the cycles to properly understand NewWindow.Core I am thinking its placement of most of the computation in App.fs is more flexible than putting all the...

@TysonMN That makes sense. As you can see I am returning to this after a long absence. Best if I take bites of this as I can and limit my...