101010.pl is one of the many independent Mastodon servers you can use to participate in the fediverse.
101010.pl czyli najstarszy polski serwer Mastodon. Posiadamy wpisy do 2048 znaków.

Server stats:

484
active users

#tdd

1 post1 participant0 posts today

In software development, we have many ways to speed up the time until we get good feedback (in this video, I talk about test-driven development or #TDD).

So, if we are in an environment where we get feedback slowly, we are choosing slow feedback - deliberately or by neglect.

Why are so many choosing slow feedback? videos.devteams.at/w/x5Hkwz6ey

If you prefer youtube, watch here: youtu.be/NIP13D9cEgc

Continued thread

Just a reminder that we only have roughly 10 more days of before we ship 3.0. If you've been putting off validating your tests and/or extensions with the latest prerelease, your time is running low...

Recently:
1. While writing a blog post, realised there was a bug in the code I was describing.
2. Wrote a test to demonstrate the bug.
3. The test passed.
4. Tried to debug why the test passed.
5. Couldn't see any reason the test should pass.
6. Realised the test had a bug. Doh!
7. Fixed the test, which then failed. Relief.
8. Fixed the anticipated bug.
9. Test passed, this time for the right reason.