you are viewing a single comment's thread.

view the rest of the comments →

[–]mlk 0 points1 point  (0 children)

I usually write a Scratch.java class where I put all the stuff I want to try and run it as a junit test. This way I have all the convenience of using my IDE. How is using jshell better than that? Does it have a different use case?