Search
967 results for “tdd_fellow”
-
TDD, even with ChatGPT's help, seems to nudge the programmer towards FP-style design: decouple the pieces and then compose all the pieces at the end. #CraftConf
-
TDD with ChatGPT seems to raise the stakes of the integrated tests scam. How interesting! #CraftConf
-
@shuttle I consequently use #TDD, where possible.
Yes, sure, #Rust prevents a lot of bugs at compile time already, but not logic bugs.
For example in #CSVDiff we have ~70 unit tests and ~12 integration tests. The only "bug report" we have ever gotten was due to a corrupted CSV file (being mistaken with a bug in diff):
See here (qsv):
https://github.com/jqnatividad/qsv/issues/1258#issuecomment-1712924932csv-diff:
https://gitlab.com/janriemer/csv-diffIn the future I'd like to add property and mutation testing as well 🤓
-
Ce week-end y'a le Geek Camp à Ruffiac dans le Lot-et-Garonne.
Ça parlera Software craftsmanship, test, qualité du code et plein d'autres sujets de geek-es
Pour vous inscrire c'est par là et merci à @okiwi pour l'organisation 💖
https://www.meetup.com/software-craftsmanship-bdx/events/307102391/
#tdd #campagne #autoorganisation #forumouvert -
Only 1 copy left of JitterTed's #TDD Game! Last chance to get a copy and get the #Refactoring expansion pack (coming next year) for FREE.
-
A full classroom of the nicest people, learning and practicing "Refactoring Legacy Code Guided By Approval Tests" at DDD Europe 2023. Thanks to all participants for the vibrant atmosphere. I'm very humbled by your nice feedback.
-
If you buy a copy before the end of the year, you'll get a FREE copy of the downloadable Print-and-Play game to gift right away (and get a head start on reading the rules).
Gotta order before the end of the year, though: https://tdd.cards
-
If you buy a copy before the end of the year, you'll get a FREE copy of the downloadable Print-and-Play game to gift right away (and get a head start on reading the rules).
Gotta order before the end of the year, though: https://tdd.cards
-
If you buy a copy before the end of the year, you'll get a FREE copy of the downloadable Print & Play game to gift right away (and get a head start on reading the rules).
Gotta order before the end of the year, though: https://tdd.cards
-
Is #TDD an #ADHD coping mechanism?
Discuss at #SoCraTesUK
-
Cool to see @BenLinders interview with Michal Svoboda on Test-Driven Development in the Cloud - https://www.infoq.com/news/2023/05/test-driven-development-cloud/ as both #InfrastructureAsCode and #TDD practitioners, @westghost and I found this hard to resist for #XP2023, in amsterdam in two weeks :-) https://events.agilealliance.org/xp2023/session/1449914/test-driven-development-of-cloud-apps
-
Don't miss out on the technical content at Agile 2025!
Join me in Denver in for my talk, “Test-Driven Development: Exploring the Spaces in Between”. I'll expose the hidden thinking behind the actions.
Get tickets: https://agilealliance.org/agile2025/
#Agile2025 @AgileAlliance -
Yesterday I completed "Rucksack Reorganization" - Day 3 - Advent of Code 2022 ⭐⭐
To solve yesterday's puzzle I split in half input string with slice, used enumerate and sets.
https://github.com/pauloxnet/adventofcode/blob/main/aoc2022/day03.py
#AdventOfCode #Python #StandardLibrary #Set #Enumerate #TDD
-
Ne jamais dire jamais, réflexion sur l'utilisation de never avec #mockito et #scalatest https://jlebleu.gitlab.io/post-scala-never/
#scala #tdd -
https://yadukrishnan.live/mastering-scalatest-exploring-tagging-retry-runner-and-more
Mastering #ScalaTest - Exploring Tagging, Retry, Runner and More #scala #tdd by https://hashnode.com/@yadukrishnan
-
Are there good practices documented somewhere for testing related to database datasets? I'm struggling to be satisfied with a good definition of a relevant dataset. What use cases should i ignore and how to efficiently maintain this dataset along the addition of new tests (and data)? Any tips to share? #tdd #testing #database #php #dev #development #leaddev #bestpractices #mysql #mongodb #postgresql
-
Today's stream starts at 20:00 UTC, shortly after the Spring Boot 3.4.0 release party.
Join me for mistakes, thoughtful pauses, head-scratching, a rant or two, and maybe some actual #Java coding of an #EventSourced game using #HTMX and #SpringBoot, all done with #TDD.
-
Today's stream starts earlier than usual at 20:00 UTC, cuz it's raining.
Join me for lots of mistakes, puzzled looks, rants, and maybe some actual #Java coding of an #EventSourced game using #HTMX and #SpringBoot, all done with #TDD. (is that enough hashtags?)
-
Only 1 copy left of JitterTed's #TDD Game! Last chance to get a copy and get the #Refactoring expansion pack (coming next year) for FREE.
-
Only 1 copy left of JitterTed's #TDD Game! Last chance to get a copy and get the #Refactoring expansion pack (coming next year) for FREE.
-
Only 1 copy left of JitterTed's #TDD Game! Last chance to get a copy and get the #Refactoring expansion pack (coming next year) for FREE.
-
Что такое TDD. Создаем валидатор паролей на регулярках
Приветствую всех, в данной статье я кратко расскажу и покажу, что такое TDD на очень простом примере. Итак, представим себя разработчиком в вымышленной ИТ компании, перед которым стоит задача: написать валидатор пользовательских паролей, при этом стараясь следовать принципам TDD. Начнем разработку нашей программы с ознакомления с требованиями службы безопасности:
-
@arialdo wow. We can do event storming without code, but for everything else, #babysteps and #testfirst . With course clients we now discuss whether we should do a #tdd workshop first, because if ppl are not in the habit of small steps, the end result will not representv the domain nearly as well. And as with all pattens, there is always the risk of forgetting the context and overcomplicating. With #tdd much less.
-
Writing tests first doesn't have to be harder than writing them after. In fact, I'm convinced that once you get over the mental threshold of writing tests for code that doesn't exist, it's actually easier.
Less complicated setup since you get to choose the setup and not adapt it to existing code. Also looser coupling which means code that is easier to maintain.
#tdd #testfirst #development #testing #testafter
Image credit to Kieran Wood via Unsplash
-
Writing tests first doesn't have to be harder than writing them after. In fact, I'm convinced that once you get over the mental threshold of writing tests for code that doesn't exist, it's actually easier.
Less complicated setup since you get to choose the setup and not adapt it to existing code. Also looser coupling which means code that is easier to maintain.
#tdd #testfirst #development #testing #testafter
Image credit to Kieran Wood via Unsplash
-
Writing tests first doesn't have to be harder than writing them after. In fact, I'm convinced that once you get over the mental threshold of writing tests for code that doesn't exist, it's actually easier.
Less complicated setup since you get to choose the setup and not adapt it to existing code. Also looser coupling which means code that is easier to maintain.
#tdd #testfirst #development #testing #testafter
Image credit to Kieran Wood via Unsplash
-
I'm doing a project at work on making production readiness checklists more test-driven and iterative.
So naturally I wanted to look up what Steven Shorrock has to say about them over at Humanistic Systems. And I struck gold!
Anyone remember these Frog and Toad books? I do!
#SRE #HumanFactors #Checklists #Resilience #WorkAsDone #WorkAsPrescribed #TestDrivenDevelopment #TDD
-
TDD is not a "licence to break" while you are refactoring.
#coding #programming #100DaysOfCode #CodeNewbie #testDrivenDevelopment #TDD #cleanCode #extremeProgramming #softwareCraftsmanship #softwareCrafters