[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Abstract classes and interfaces in Lua
- From: steve donovan <steve.j.donovan@...>
- Date: Fri, 14 Apr 2017 19:31:58 +0200
On Fri, Apr 14, 2017 at 6:50 PM, Andrew Starks <andrew@starksfam.org> wrote:
> That is, whenever I found myself meta-programming in Lua, I end up throwing
> it away.
I've come to think that myself ;)
Interfaces should obviously be documented, but they don't really make
sense for dynamic languages. But you do _test_ against interfaces.