PlumyGames / mgpp

The next generation of Mindustry modding.
https://plumygames.github.io/mgpp/
GNU General Public License v3.0
48 stars 3 forks source link

Removed R class generator #38

Closed liplum closed 1 year ago

liplum commented 1 year ago

Why?

  1. R class generator works only in some narrow use cases. In most cases, users can do them manually. Even I haven't used it yet.
  2. It's not flexible and extendable. Java doesn't have partial class feature like C#. Users cannot modify the R class.
  3. It makes spaghetti code. There are too much abstract layers, which highly increases the complexity.