Uncommon OOP in Lua: right or wrong?
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Uncommon OOP in Lua: right or wrong?
- From: Rebel Neurofog <rebelneurofog@...>
- Date: 2010年9月24日 22:08:17 +0400
Hi, everyone!
I've been using pretty uncommon method of OOP in Lua.
Here's the description: http://neurofog.nomrhis.net/uncommon-lua-oop
It seems natural and effective for Lua by design but I've never seen
this way of OOP on Internet.
So I wonder, is it wrong and undesirable or simply uncommon but pretty fine.
Please let me know if this technic is already described somewhere else.