Authoring IDE-only tests
API exploration, whether third party or your own, is a necessary and
unavoidable part of regular development. There are many mechanisms
available today for doing such exploration in a one-time, throw-away
style, but it might be worth considering keeping those explorations
around in your code base and even make them easily executable within
the IDE afterwards, for further learning or other team members’ benefit.
[Read More]