squint

rafaeldelboni 2025-06-21T11:35:03.771379Z

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
borkdude 2025-06-21T15:44:30.155109Z

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
borkdude 2025-06-21T15:44:59.120409Z

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