FXForms
FXForms copied to clipboard
Split classes into their own source files
Personally I find working on this project with everything in two files a bit difficult.
I understand that is makes dropping it into projects easier - but I think that has been solved by CocoaPods, subprojects, or workspaces.
Nick expanded a bit on the reasons why the code is all in two files in #157.
But I agree that FXForms would be easier to work on / understand if the code could be split out in a more typical manner.
Thanks Bart— Sent from Mailbox
On Fri, Aug 15, 2014 at 5:56 PM, Bart Vandendriessche [email protected] wrote:
Nick expanded a bit on the reasons why the code is all in two files in #157.
But I agree that FXForms would be easier to work on / understand if the code could be split out in a more typical manner.
Reply to this email directly or view it on GitHub: https://github.com/nicklockwood/FXForms/issues/165#issuecomment-52283031
yep, caught self on same thoughts - hard to understand internals. Separated sources would be more nice. I read about private, but not sure that's enough reason.
:+1: