ColinGilbert / noobwerkz-engine

My happy playground of programmer fun.
Apache License 2.0
20 stars 3 forks source link

Component system: Enforce proper handling of illegal accesses. #23

Closed ColinGilbert closed 8 years ago

ColinGilbert commented 8 years ago

All invalid runtime accesses should ideally trigger some kind of poisoning mechanism and brought back to consistent state, but that decision is left to the end-user. Enforce providing a function for handling such accesses. Currently at a loss as to how. May become a wontfix.