ohanhi / elm-native-ui

[CLOSED] Experiment: mobile apps in Elm using React Native.
BSD 3-Clause "New" or "Revised" License
1.54k stars 76 forks source link

Proposal to remove generator code #53

Closed jsteiner closed 7 years ago

jsteiner commented 7 years ago

In a recent commit, @jferris and myself ended up spending a majority of our time debugging and figuring out how the generators worked, so we could "write" a couple lines of Elm code. While the generators were meant to reduce time spent, they now seem like an impediment. For repetitive transformations of the Elm code, it seems like that could be done with a sufficiently advanced text editor.

If you agree, we'd be happy to make this change.

ohanhi commented 7 years ago

@jsteiner Yeah, I suppose that'd be okay. This project does not support (or even claim to) all of React Native's core anyway. If anything, having everything generated in there is miscommunication as it stands.