MacdonEm / SCATT-Improvements

MIT License
0 stars 0 forks source link

Static Analysis Framework #9

Open MacdonEm opened 5 years ago

MacdonEm commented 5 years ago

Develop and tie in a static analysis framework as a developer's tool. It should recognize ways in which efficiency of the submitted project can be increased.

MacdonEm commented 5 years ago

Ways to evaluate this feature:

Creating a Scratch project that accomplishes a simple goal in a way I know to be inefficient (the efficient way to do it will still be possible by the Scratch language). Then run it through SCATT and see if SCATT caught what I know is inefficient and recommends a way that I know to be more efficient.