[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Thoughts on optional commas
- From: Greg <tghill@...>
- Date: Sat, 3 Mar 2012 23:59:29 +0000 (UTC)
> Feel free to create a patch and use it yourself, but don't expect a lot
> of people to support losing such a core feature. Even if you never say:
>
> foo "bar"
>
> or
>
> foo{ bar=1 }
I agree that this is pretty nice. It don't use it nearly as often as I use
commas. My average Lua file has over 200 commas and not many instances of foo{
bar=1}. I usually only this with require statements. Ex: require "utils"
- Greg