Re: Lua strictlessness
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Lua strictlessness
- From: Mark Hamburg <mhamburg.ml@...>
- Date: 2013年8月27日 14:10:15 -0700
Any warning for shadowing would almost certainly want to make an exception for '_' since it is frequently used for don't care variables including in constructs like:
local _, _, third = returnThree()
Mark
- References:
- Lua strictlessness, Rafis DoctorInfo
- Re: Lua strictlessness, Leo Razoumov
- Re: Lua strictlessness, Rafis DoctorInfo
- Re: Lua strictlessness, Leo Razoumov
- Re: Lua strictlessness, Tangent 128
- Re: Lua strictlessness, Tim Hill
- RE: Lua strictlessness, Thijs Schreijer
- Re: Lua strictlessness, Rafis DoctorInfo
- Re: Lua strictlessness, Coda Highland
- Re: Lua strictlessness, steve donovan
- Re: Lua strictlessness, Sven Olsen
- Re: Lua strictlessness, Tim Hill
- Re: Lua strictlessness, Andrew Starks
- Re: Lua strictlessness, Tim Hill
- Re: Lua strictlessness, Sven Olsen
- Re: Lua strictlessness, Thijs Schreijer
- Re: Lua strictlessness, steve donovan
- Re: Lua strictlessness, Tim Hill
- RE: Lua strictlessness, Dan Tull