Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

10
votes
3answers
227 views

Should scripts interact with an abstraction of the engine?

I'm using Java and Jython, and after some research I discovered giving scripts direct access to the engine interface could be a mistake, as it would tightly couple the two. It looks like most ...