devxoul / Then

✨ Super sweet syntactic sugar for Swift initializers
MIT License
4.18k stars 290 forks source link

Add an alternative way of configuring a property #24

Closed adrfer closed 8 years ago

adrfer commented 8 years ago

This just showcases another way to configure a property using positional parameters. There's a nice post here about it.

devxoul commented 8 years ago

@adrfer, That post looks interesting, but I think the code is not related to Then. If you have different opinion, please reopen the issue :smile:

adrfer commented 8 years ago

@devxoul, in fact it's an alternative way to configure properties, thought it'd be useful. Anyways, thanks for taking a look at it. It's appreciated!