Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sugar #24

Closed
onmyway133 opened this issue Sep 28, 2016 · 4 comments
Closed

Sugar #24

onmyway133 opened this issue Sep 28, 2016 · 4 comments

Comments

@onmyway133
Copy link
Contributor

I think it should be here too 馃槃 As of Swift 3 and minimum deployment target is gonna be iOS 9+ soon. I think we can adapt Sugar to that. I would love to move some common, helper code into Sugar. It does not need to be used in our frameworks, but when it is in the project, it is very useful

@RamonGilabert
Copy link
Contributor

I find myself using Sugar less and less. Getting too fat and big as it wasn't the intention of it. I think snippets of code could be a nicer solution for tiny functions like optimize, etc.

@vadymmarkov
Copy link

We can use code snippets for small syntax sugar things like @RamonGilabert suggested. For bigger things like extensions, structs and classes we have this Foundation repo, so we can fetch only needed files according to the plan.

@zenangst
Copy link
Contributor

Code snippets for things that have wonky syntax 馃憤, Apple has also done a really great job with fixing up the wonky things which makes Sugar more obese than attractive. I think we should remove this as a dependency where we use it now, actually, we are already doing it as we are pushing new version and moving to Swift 3.

@RamonGilabert
Copy link
Contributor

Rejected.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Open Source
Rejected
Development

No branches or pull requests

4 participants