|
Hi Nicolas / list, I’m currently busying away with my new libs and
have decided it might be better to combine a lot of my functions into groups
using objects, so instead of having, say, seven functions oriented toward a
certain task, I have one object with seven methods. This would work well,
because each of the seven functions are quite critical to each other and all
require the same pointer reference to be passed to each, which I can hide using
this method. The questions I need to ask, though, are:
Thanks, Lee |
-- Neko : One VM to run them all (http://nekovm.org)
