|
|
|
|
|
by newrotik
1231 days ago
|
|
Would you be able to elaborate on your approach to TDD with spark sessions? You can persist them, which is only useful if you are doing multiple tests in a run. But I find myself running one given test, making some code changes, and then wanting to run it again, over and over. Instantiating a local spark session takes several seconds every iteration. Enough for me to often want to "alt tab" into something else instead of waiting. It's very disruptive. I did not know about Fugue but will definitely give it a try. Looks almost too good to be true. |
|