Elektrine lite

← Feed

@jpm@aus.social

Post #3946192

2026-07-20 01:20 UTC

How good is writing tests for your code? I've found and squashed like 3 or 4 bugs in this brand new code from writing the tests that describe the expected behaviour, just this morning.

Replies (1)

  • @jpm@aus.social 2026-07-20 01:22

    Your tests are just as, if not more, important than the actual code you write. If you're describing them as "just tests” and delegate writing the tests to a junior developer then I immediately suspect that your code sucks.

    Open ##3946191