scala-ide / scala-worksheet

A Scala IDE plugin for a multi-line REPL (called worksheet)
96 stars 24 forks source link

Scala worksheet is evil #187

Closed valtih1978 closed 10 years ago

valtih1978 commented 10 years ago

Do you know that OOP dogmatism condemns doing work in the static initializers/constructors? Worksheets defiantly challenge it! Do you want to repeat the fate of Galileo?

skyluc commented 10 years ago

It is just a context where to write the code to test it. There is no implication that it should be its final place. The best solution would be to hide the wrapping context, as it is irrelevant for the feature. It would not be a too complex task, but likely time consuming, and is not the most useful improvement possible at this time.

Closing as it doesn't report an actual bug or a precise feature request.