Elmish.WPF
Elmish.WPF copied to clipboard
Move `createBinding` to Binding.fs since it isn't used anywhere else
Ready to merge.
Conflicts with #512 because the createBinding
function that got moved gets modified there.
I ran into an issue where the system didn't like having the Name
field mentioned first, since it's common with the coming BindingT.Name
. Since they differ at Data
and DataT
records, it made sense to just mention those first. Also moved to Binding.fs
since it wasn't needed in that other file.
Since this conflicts with #512, which was combined into #508, I'm guessing this conflicts with #508 now?