I've recently used djinni in a medium sized mobile project.
It's really a useful tool that helped us easing and speeding up the development process.
More than once it would have been helpful overloading a method.
This is not possible in djinni (I guess it is due to the limitations of one of the targeted platforms) and we ended up with two methods having slightly different names.
Is this the suggested approach when one uses djinni?
There exist cleverer approaches to do that?
I find that having two methods with different names is a bit error-prone, but the documentation does not mention neither the (let me say) issue nor suggests a workaround for that.