Logs for the RingoJS IRC channel,
as logged by ringostarr.
2011-11-24
[11:35]
[14:36]
[14:37]
[14:37]
[14:45]
[14:45]
[14:47]
Logs for the RingoJS IRC channel,
as logged by ringostarr.
[11:35] <oberhamsi> module.singleton(id, factoryFn): maybe switch argument order and make id optional?
[14:36] <hannesw> oberhamsi: id is needed internally to distinguish between singletons
[14:37] <hannesw> i.e. there's one singleton per id per module
[14:37] <hannesw> so a module could have two singletons with different ids
[14:45] <oberhamsi> just a suggestion to make it optional
[14:45] <oberhamsi> i usually have one singleton of a certain function type
[14:47] <oberhamsi> i put up two issues i'm more concerned with :)