FXForms icon indicating copy to clipboard operation
FXForms copied to clipboard

Split classes into their own source files

Open Ashton-W opened this issue 10 years ago • 4 comments

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.

Ashton-W avatar Aug 14 '14 23:08 Ashton-W

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.

bartvandendriessche avatar Aug 15 '14 07:08 bartvandendriessche

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

Ashton-W avatar Aug 15 '14 08:08 Ashton-W

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.

plandem avatar Aug 15 '14 16:08 plandem

:+1:

lmcd avatar Nov 21 '15 04:11 lmcd