Hello, I was thinking to use metatables to make some classes and is there a point in using them if:
The only things you are meant to (and will) do with the table is indexing and using methods on it, is there a point to use metatables if you can just attach methods directly to the table and add properties as k-v pairs
If I understand your question correctly, then this video made by @sleitnick may be useful.
2 Likes
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.