Skip to content
Martin Aigner edited this page Aug 5, 2013 · 5 revisions

Notes and Ideas for ACDC-JS

How to be a bad mutator

Introduce polymorphism

Change the structure of some objects to introduce polymorphism like in this example to potentially increase memory consumption. How to measure the efficiency of slack tracking?

Note however, that this is rather unusual application behavior according to Vitek et al.

Open questions

  • How to handle native objects (DOM...) without a browser?
  • Can we simulate the DOM in ACDC-JS?