Should Scala IDE Worksheets be part of your open git repository?
- by JacobusR
Those familiar with Scala IDE will know about the great testing environment offered by the Scala Worksheet. You can scribble and scratch, much like in the REPL, but with all the goodness added by the IDE as a whole (refactoring, saving, error checking, etc).
When you create a worksheet, it is created with the .sc extension, and also creates a…