|
|
|
|
|
by mmastrac
598 days ago
|
|
This is semi-related to one of the killer features of Eclipse that never really made it into any large-scale systems: the ability to run incomplete or broken code. The Eclipse Compiler for Java had a special feature that it could generate bytecode for nearly any file, including those that were utterly broken. It would mostly work, and you could incrementally work on unit tests alongside the code being developed. It was honestly one of the most productive environments I ever worked in, and I'm somewhat sad nobody else has implemented this. |
|