schmonz.com is a Fediverse instance that uses the ActivityPub protocol. In other words, users at this host can communicate with people that use software like Mastodon, Pleroma, Friendica, etc. all around the world.
This server runs the snac software and there is no automatic sign-up process.
#TDD is about practice, "instead of reading the menu you eat the food".
It's not about 'book learning', it is experiential. You can't study your way to expertise, you have to practice.
The practice changes you, changes your mind, changes your way of working, changes the way you think. It is transformative.
You don't need a mentor or coach for this, I didn't have one, but it does make it a lot quicker and easier to achieve competance.
This way, every line of code you write for old systems is an investment in your future platform, not just a patch. Try it with one production line and see what you learn. #Manufacturing #SMEs #LegacyIntegration #SmartFactory #Agile #XP #TDD #VisionDriven #AI #IoT (6/6)
Just published: Doing the simplest thing that could possibly work often involves incremental thinking: the engineering practice of splitting a large problems into smaller problems so that their resolution grows into the solution that you are looking for. Let's see a definition and a few examples. #Architecture #Engineering #SoftwareCraft #TDD #Video
https://mozaicworks.com/blog/examples-of-incremental-thinking?fsp_sid=235
The best thing about TDD is not necessarily the tests thats we write, but rather the instant feedback that we get from the decisions that we make during coding sessions. Especially when those decisions are related to the design of the system that we're working on.
#tdd #testdrivendevelopment #unittests #unittesting #softwaredesign
Assertion libraries can be considered as mini-DSL’s that make automated tests more readable. When a team of devs make their choice, they usually judge on API preference. While it’s very important to have readable tests, the API should never be the deciding factor. What truly separates a good assertion library is the quality of its failure messages. The more actionable these messages, the faster you’ll diagnose the cause of failing tests.
How do you test the boundaries of your #Ruby application? Test doubles!
Learn 4 techniques for employing test doubles, such as dummies, fakes, stubs, spies, and mocks, that maximize their value and minimize the risk. 🕵🏼♀️
Discover #TDD techniques advice for #iOSDev on this Swift Academy Podcast. Learn how the new Swift Testing framework can enhance TDD practices. https://qualitycoding.org/mastering-tdd-techniques-ios-practical-insights/
Test doubles expose design flaws in the code. Developers usually tend to respond to the pain that this induces by blaming test doubles instead of interpreting these signals as an issue with the design. If solitary tests are amplifiers for design flaws, then test doubles will amplify these design flaws tenfold.
#tdd #testdrivendevelopment #unittests #unittesting #softwaredesign
Reflecting on 25 years as a software developer—a milestone I reached last July—I’m struck by how much the industry has evolved. I’ve seen hypes rise and fall, technologies come and go. However, there’s one thing has remained a constant: the value of Extreme Programming. I’ve been fortunate enough to learn and study the core values and practices of XP early in my career. I can only say that it has paid dividends ever since, for which I'm more than grateful.
#tdd #unittests #softwaredesign
(1/3)
Use Your Unit Tests, or Else
Thoughts on one of things you should do before getting started with TDD.
https://www.linkedin.com/pulse/use-your-unit-tests-else-danny-faught-cvunc
Discover #TDD techniques advice for #iOSDev on this Swift Academy Podcast. Learn how the new Swift Testing framework can enhance TDD practices. https://qualitycoding.org/mastering-tdd-techniques-ios-practical-insights/
Can AI coding agents do Test-Driven Development (TDD) properly? They sure can!
In this week's video I take a look at two approaches: prompt engineering & using the tdd-guard library
We'll run an experiment and compare results:
Does it improve code/test quality?
What are other trade-offs?
How does tooling like tdd-guard work behind the covers?
📺 https://youtu.be/IVdYaVKuekk
#ai #aiassistedcoding #claudecode #tdd #testdrivendevelopment #tddguard
Here's how I started test-driving a SwiftUI counter app… https://qualitycoding.org/tdd-where-do-you-even-begin/ #TDD
A long-term client contract is ending in September, so I'll have some time in the last three months of the year. I want to spend a lot of it slowing down, learning, experimenting, ... and I'll write about it here.
I also have some capacity for training and technical coaching (Test-Driven Development, Agile Engineering, Domain Driven Design). Contact me to discuss more details if you are interested: DM here or business@davidtanzer.net
#TDD #DDD #agile
For me, one of the best definitions of Test-Driven Development comes from the paper "Mock Roles, Not Objects" by Steve Freeman, Nat Pryce, Tim Mackinnon, Joe Walnes.
http://jmock.org/oopsla2004.pdf
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? https://videos.devteams.at/w/x5Hkwz6ey1GeNF5sZRKAcP
If you prefer youtube, watch here: https://youtu.be/NIP13D9cEgc
Video 4 of #TDD with #SwiftUI: Did you know that Xcode behaviors can help change _your_ behaviors as a developer? https://www.youtube.com/watch?v=uEpBDR_f3tc
@jlink that's because "developer productivity" is hard to define and even harder to measure. All in all my key metric is shortening the feedback cycle(s). #TDD does a great deal in that. But you also have to do (real) continuous delivery. Even #AI can help with that (cycle time) when it comes to rapid prototyping and quickly explore an idea or technology.
A classroom of open-minded people, eagerly learning and practicing "Refactoring Legacy Code Guided By Approval Tests" at @amsterdam 2025. Thanks to all participants for joining and sharing your unique perspectives. Also a big thank you for all the great feedback.
#refactoring #legacycode #tdd #approvaltests #softwaredesign
If you really really want to increase your developers productivity, teach them proper #TDD and give them time to refactor.
Fascinating, horrifying, and amusing — all at the same time:
"The Sudoku Affair", Zach Tellman (https://explaining.software/archive/the-sudoku-affair/).
On HN: https://news.ycombinator.com/item?id=42953168
On Lobsters: https://lobste.rs/s/khlha3/sudoku_affair
#WTF #Sudoku #Programming #TDD #ExtremeProgramming #ConstraintSolvers #Puzzles
I'm speaking at this year's #Devopsdays Amsterdam, happening next week June 18-20. I'll be hosting my workshop "Refactoring Legacy Code Guided By Approval Tests". So come join this fun event with me, and network with like minded people about #DevOps and more. And to make things even better, use the voucher #FRIENDS_OF_SPEAKERS when buying your ticket for a 20% discount on the regular 2-day ticket.
https://devopsdays.org/events/2025-amsterdam/welcome/
Hope to see you there.
so good I wrote #playwright tests yesterday, I knew the complexity was beyond me comprehending the validity of the code.
That's when I start applying tests and #TDD lately.
Why do I start testing so late?
Well I passed the line of the code being for throw away, since I am coming back and actively being interested in it keeping to work.
curious to see the tests? https://codeberg.org/wolframkriesing/spaish/src/branch/main/tests/details.spec.js
for this project: https://picossg.dev/tools/spaish/
#OpenToWork Hi y'all.
I'm now properly looking for a new job, available from early September for a senior software role. Ideally, in #Kotlin or Java-to-Kotlin conversion. I think I can tick just about all the important boxes for backend development and some more. (especially XP, #DevOps, #TDD, trunk-based development, pairing, fast feedback cycles). Ideally, #remote or flexible #HybridWorking in #London (the one in the #UK).
Would it be possible to transfer the test-driven development paradigm over to writing fiction? Test-driven novel writing? I think so!
Here’s my pecha kucha talk on the topic from @Oop Munich: https://youtu.be/s9rPI1lPWfc
Leanpub book LAUNCH 🚀 The Software Developers’ Guidebook: A Collection of Modern Engineering Practices by Dave Farley https://youtu.be/C0OL14tVx2c #books #ebooks #newreleases #booklaunch #programming #softwareengineering #DevOps #Agile #Lean #softwaretesting #TDD