lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


On Mon, Aug 25, 2014 at 9:52 PM, Jorge <xxopxe@gmail.com> wrote:

> That's actually a criterion i've been munching as a posible default for all
> the pesky "style" questions: "does it make copy&paste of code more
> robust/safe, or not?".

On an unrelated note, it might be interesting to have version control
that is "source aware" so when you add into a section of code it can
warn you that you need to review it for changes in how goto is used or
something else.  Maybe a git plugin or something.