Search
967 results for “tdd_fellow”
-
Tengo en borradores este apunte, si me dan luz verde lo dejo como release(?
Escucho críticas constructivas y destructivas por igual...
#tdd #python #apuntes #programacion
https://tute-avalos.com/static/tdd+python/TDD%20con%20Python%20-%2002%20-%20Metodolog%c3%ada.pdf
-
Tengo en borradores este apunte, si me dan luz verde lo dejo como release(?
Escucho críticas constructivas y destructivas por igual...
#tdd #python #apuntes #programacion
https://tute-avalos.com/static/tdd+python/TDD%20con%20Python%20-%2002%20-%20Metodolog%c3%ada.pdf
-
Ignoring JSDOM Errors in Vitest
When ignoring a problem becomes such a problem itself that you can no longer ignore it #tdd #jsdom #vitest
https://www.closingtags.com/ignoring-jsdom-errors-in-vitest/
-
This book chapter is very relevant to me as I think about expanding JitterTed's #TDD Game (https://tddga.me)...
"Board Games as Part of Effective Game-Based Learning Strategies"
https://link.springer.com/referenceworkentry/10.1007/978-3-319-17461-7_142
-
Lines of code of my most recent project (not yet published):
cloc cartoqgis/*py
Python 1125and just the #tests
cloc cartoqgis/test_conversion.py
Python 519I'm still not feeling comfortable about the correctness of what I wrote. Need more tests!
-
Thank you to the lovely people at Pact - Smartbear, who sent me some awesome swag for my talk, Using Pact to Deploy Microservices with Confidence at GopherCon UK last summer.
If you missed the talk you can watch the video here: https://www.youtube.com/watch?v=sibEijDJHGI
-
Thank you to the lovely people at Pact - Smartbear, who sent me some awesome swag for my talk, Using Pact to Deploy Microservices with Confidence at GopherCon UK last summer.
If you missed the talk you can watch the video here: https://www.youtube.com/watch?v=sibEijDJHGI
-
Thank you to the lovely people at Pact - Smartbear, who sent me some awesome swag for my talk, Using Pact to Deploy Microservices with Confidence at GopherCon UK last summer.
If you missed the talk you can watch the video here: https://www.youtube.com/watch?v=sibEijDJHGI
-
Good design has been top of mind and finally got a chance to do real-world coding. I have been out on the coaching range for 3 yrs but these last month proved (once again) to me that #tdd is an indispensable and life-saving weapon for the busy programmer. It helps you kill bugs, clear up misunderstandings, cut down tech debt, and stay in a flow state. #technicalexcellence #agiledevelopment
-
#TDD dans le front ? Ce jeudi 30 mai à 19h30, ne ratez pas
Xavier Nopre qui nous donnera son avis sur la question !Ce sera à La Plage Digitale à #Strasbourg.
Organisé par le meetup
#swcraftstras#TestLogiciel #Navigateur #Browser #DéveloppementLogiciel #TestDrivenDevelopment #Frontend #SoftwareCraft #Javascript #Typescript #VueJs #React #Svelte #Angular #Cypress #TestingLibrary
-
One more test added to emacs-srfi64 !
https://framagit.org/Jeko/emacs-srfi64/-/raw/master/srfi64-test.el
I can run the inner most suite at point.
Bigger challenges on the way.
#emacs #guile #scheme #srfi64 #testDrivenDevelopment #test #tdd
-
The use of #TDD is a great way to write #minimalCode that reduces #overengineering. By writing tests first, you force yourself to think about the requirements before you start coding. This can help you avoid writing code that you don't need
-
TechBash 2023 Workshop Spotlight - Test-Driven Development with @brendoneus & @sadukie.
#tdd #workshop #learning #skilling #conference #developers #devconference #DEVCommunity
-
We had a fun #TestDrivenDevelopment workshop at #PyConCZ23 today. Pair-programming, katas and practicing the craft of testing is always a great investment of time.
-
We had a fun #TestDrivenDevelopment workshop at #PyConCZ23 today. Pair-programming, katas and practicing the craft of testing is always a great investment of time.
-
We had a fun #TestDrivenDevelopment workshop at #PyConCZ23 today. Pair-programming, katas and practicing the craft of testing is always a great investment of time.
-
We're proud to announce that cyber-dojo are sponsoring SoCraTes UK 2025!
cyber-dojo is a wonderful tool for facilitating deliberate practice for individuals or teams.
SoCraTes UK is happening 29th May - 1st June 2025. Registrations are open!
https://socratesuk.org/ -
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
-
@jitterted I'm not sure I fully agree. I think #TDD lends itself to #emergentDesign by deferring design decisions to the last responsible moment.
-
With @benoit_maurice we have just published the English translation of our second article "How to write meaningful tests using the builder pattern" : https://guillaume.techene.net/2024/01/how-to-write-meaningful-tests-using-builders/
The third part is currently being written and will arrive hopefully (in French) before next week. Stay tuned !
-
With @benoit_maurice we have just published the English translation of our second article "How to write meaningful tests using the builder pattern" : https://guillaume.techene.net/2024/01/how-to-write-meaningful-tests-using-builders/
The third part is currently being written and will arrive hopefully (in French) before next week. Stay tuned !
-
With @benoit_maurice we have just published the English translation of our second article "How to write meaningful tests using the builder pattern" : https://guillaume.techene.net/2024/01/how-to-write-meaningful-tests-using-builders/
The third part is currently being written and will arrive hopefully (in French) before next week. Stay tuned !
-
With @benoit_maurice we have just published the English translation of our second article "How to write meaningful tests using the builder pattern" : https://guillaume.techene.net/2024/01/how-to-write-meaningful-tests-using-builders/
The third part is currently being written and will arrive hopefully (in French) before next week. Stay tuned !
-
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