> code-generation rather than the reflection-like runtime binding system that WPF has
That's a good move. If a convenient abstraction can be implemented in a way that 'compiles out', it ideally should be implemented that way. Does this enable more compile-time checks?
> code-generation rather than the reflection-like runtime binding system that WPF has
That's a good move. If a convenient abstraction can be implemented in a way that 'compiles out', it ideally should be implemented that way. Does this enable more compile-time checks?