[swift-corelibs-dev] NSURLSession & libcurl

Daniel Eggert danieleggert at me.com
Tue Mar 15 04:44:55 CDT 2016


Is it ok for me to split the libcurl specific code inside Foundation into a separate file, say NSURLSession+curl.swift ? Or should I try to keep everything inside NSURLSession.swift ?

If I go for a separate file, I'd be able to differentiate between internal and private for the helpers. I'll end up close to 1000 lines of code for this. Having these inside NSURLSession.swift is a bit overwhelming.

/Daniel



More information about the swift-corelibs-dev mailing list