After reading this post:
http://www.coronalabs.com/blog/2011/09/05/a-better-approach-to-external-modules/
I’m stuck wondering about the libraries I’m already using, that originally came with Corona SDK.
From what I’m gathering, the module(…, package.seeall) is deprecated, yet many default libraries still come with it.
Here’s two:
local ui = require("ui")
local tableView = require("tableView")
Does this mean I should rewrite anything with module(…, package.seeall), including these libraries?
I’d love to start writing my own classes/modules, but I feel I’m getting mixed messages.
[import]uid: 154122 topic_id: 31245 reply_id: 331245[/import]
(tableView has been replaced by newTableView in the widget.* library, for instance)
[import]uid: 41884 topic_id: 31245 reply_id: 125006[/import]