squint 2025-06-21

Borkdude, how is your workflow when debugging an issue or creating a feature on squint, you use the repl or keep some sort of test watcher running? Another question I have is what should be tested in each test suite?

👀 1

I use a very primitive way of developing squint: usually I insert prn stuff and execute snippets from the command line with:

./node_cli --show -e ...

❤️ 1

What should be tested: broad question, depends on the issue