top | item 46183786

(no title)

sbmthakur | 2 months ago

Looks nice! I would love to see a resource that teaches you Zig by writing tests. Something similar for Go was posted a few years ago.

https://quii.gitbook.io/learn-go-with-tests/

discuss

order

thomascountz|2 months ago

I really really enjoyed Learn Go with Tests, and I'd say Ziglings (though it uses patched compiler errors and not test failures) is functionally similar. Albeit with the former, you also learn how to write tests and end up writing a lot more code by hand.