micc83 / Nuwk

Nuwk! makes it easy to create Mac Applications based on node-webkit, simplifying testing and building procedures. It takes care of creating the executable, attaching the app icon and configuring the plist file accordingly.
https://micc83.github.io/nuwk-doc/
106 stars 17 forks source link

Basic refactoring #8

Closed gillyb closed 9 years ago

gillyb commented 9 years ago

This is the most basic refactoring, just simplified things just a bit. I will do some more soon. Some things i think should be done :

micc83 commented 9 years ago

Merged. What do you think to use to model the UI? Angular?

gillyb commented 9 years ago

yes, would that be ok with you ? Maybe switching to angular would be a big change, maybe we can go with at least modeling some parts as classes first, in plain javascript...

micc83 commented 9 years ago

That would be great! I can't wait to see how you'll handle it!