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.

Search results for tag #TDD

Brian Marick boosted

[?]Jon Reid » 🌐
@qcoding@iosdev.space

In TDD, you sometimes write code that looks obviously wrong on purpose — like hard-coding "0" instead of real logic. It feels uncomfortable. That discomfort is actually the point. Here's why. qualitycoding.org/swiftui-tdd-

SwiftUI logo surrounded by Red → Green → Refactor → Integrate → back to Red

Alt...SwiftUI logo surrounded by Red → Green → Refactor → Integrate → back to Red

    [?]Ted M. Young » 🌐
    @jitterted@sfba.social

    @afilina The magic of “that's all it really needs to do" is an underappreciated aspect of

      [?]Jon Reid » 🌐
      @qcoding@iosdev.space

      Want to refactor your SwiftUI views without worrying you'll break something? Here's the first test that makes that possible. qualitycoding.org/swiftui-tdd-

        Mark Levison boosted

        [?]Jon Reid » 🌐
        @qcoding@iosdev.space

        Developing SwiftUI Views with TDD: Red, Green, Refactor, Integrate qualitycoding.org/swiftui-tdd-

        SwiftUI logo surrounded by Red → Green → Refactor → Integrate → back to Red

        Alt...SwiftUI logo surrounded by Red → Green → Refactor → Integrate → back to Red

          [?]Leanpub » 🌐
          @leanpub@mastodon.social

          [?]Leanpub » 🌐
          @leanpub@mastodon.social

          [?]Leanpub » 🌐
          @leanpub@mastodon.social

          NEW! Leanpub Book LAUNCH 🚀 Testing Rails from Scratch: A practical, (mostly) out-of-the-box approach to test-driven development in Ruby on Rails by Aaron Sumner

          youtu.be/Zo7M4Cp-ndw

            [?]Willem Van den Ende - Writing » 🌐
            @mostalive@mastodon.social

            And an hour after posting, I stumble on this transcript by @kentbeck sayimg something similar : people using as a moral cudgel contributed to it going out of fashion (I dont think it ever was, it has remained a well kept secret until recently) linkedin.com/posts/why-did-tdd

              [?]Leanpub » 🌐
              @leanpub@mastodon.social

              From the Leanpub Blog: Leanpub Book LAUNCH 🚀 Testing Rails from Scratch: A practical, (mostly) out-of-the-box approach to test-driven development in Ruby on Rails by Aaron Sumner

              leanpub.com/blog/leanpub-book-

                [?]Leanpub » 🌐
                @leanpub@mastodon.social

                NEW! Leanpub Book LAUNCH 🚀 Testing Rails from Scratch: A practical, (mostly) out-of-the-box approach to test-driven development in Ruby on Rails by Aaron Sumner

                youtu.be/Zo7M4Cp-ndw

                  [?]Christian Hujer » 🌐
                  @christianhujer@mastodon.social

                  I've just released AceUnit v3.1.0.
                  AceUnit is a unit test framework for C.
                  Enjoy!
                  github.com/christianhujer/aceu

                    [?]Markus Tacker » 🌐
                    @coderbyheart@chaos.social

                    I am working on a project that uses Stripe and I need to check that required text elements are contained in the invoice PDFs, however Stripe's invoice fonts map punctuation (-, (, :) to NUL in the PDF text layer, so text extracted from the PDF file using e.g. pdf.js has 2026-06-01 printed as 2026\x0006\x0001 which makes writing good assertions hard. I switched to using aws.amazon.com/textract/, which OCRs the document and preserves punctuation, spaces and line breaks. Super convenient!

                      [?]Wolfram wants peace » 🌐
                      @wolframkriesing@mastodontech.de

                      Just heard that a third person thinks that is a good idea.
                      Outside of my own bubble.
                      😮‍💨

                        [?]Jon Reid » 🌐
                        @qcoding@iosdev.space

                        🙈 You wouldn't ship backend code without tests. Why are we shipping SwiftUI without unit tests? Let's fix that. qualitycoding.org/swiftui-tdd-

                          [?]Jason Yip » 🌐
                          @jchyip@mastodon.online

                          Jason Gorman boosted

                          [?]Abel Büchner-Mihaljević [he/him] » 🌐
                          @babel@hachyderm.io

                          RE: mastodon.cloud/@jasongorman/11

                          I can highly recommend this workshop!
                          I’ve been working as a software developer for 15 years and have attended workshops before. Here, I learnt a great deal in just two hours.
                          The price is a bargain.
                          If you’re lucky, it’ll be a small group again and you’ll get plenty of access to Jason’s wisdom.

                          [?]Jason Gorman » 🌐
                          @jasongorman@mastodon.cloud

                          Now, it's either something about the evening of June 2nd, or 38 people really is market saturation within my social media reach.

                          Still plenty of spaces available on June 2nd 18:45 BST for self-funding folks who want to learn TDD.

                          Last TDD workshop of this run, last one at this price.

                          Much more than just red-green-refactor!

                          Register here -> tickettailor.com/events/codema

                          Diagram of the Test-Driven Development red-green-refactor cycle that incorporates version control and continuous integration.

                          Alt...Diagram of the Test-Driven Development red-green-refactor cycle that incorporates version control and continuous integration.

                            [?]Jason Yip » 🌐
                            @jchyip@mastodon.online

                            [?]Ted M. Young » 🌐
                            @jitterted@sfba.social

                            The box of boxes is here! If you're going to be at DDD Europe, SoCraTes UK, or in Munich and want to save on shipping, contact me NOW before they're all claimed!

                            If you're in North America, I'm ready to ship it to you: tdd.cards

                            Shipping box with 8 newly manufactured copies of "JitterTed's TDD Game"! The hex tiles are separately packaged as it's my job to punch them out and assemble everything.

                            Alt...Shipping box with 8 newly manufactured copies of "JitterTed's TDD Game"! The hex tiles are separately packaged as it's my job to punch them out and assemble everything.

                              [?]Ted M. Young » 🌐
                              @jitterted@sfba.social

                              Munich folks:

                              I have a free day in Munich June 29, I can give a talk at your company, meetup, or user group, or we can play a game about .

                              I'd love to share my experience with Event Sourcing and Java, or facilitate a session playing JitterTed's TDD Game.

                              Let me know!

                                [?]Ted M. Young » 🌐
                                @jitterted@sfba.social

                                "Don't put loops in your tests" the advice goes. While there are times when a small for loop might be useful, for gosh sakes, don't use a do..while loop.

                                And please don't ask me what triggered this post.

                                p.s. Your for loop might also be hiding a deficiency in your test, aka a Test Smell. Might be fine, but worth a little more attention.

                                  [?]Jon Reid » 🌐
                                  @qcoding@iosdev.space

                                  🧪 TDD + ViewInspector: Writing Your First Failing SwiftUI Test qualitycoding.org/swiftui-tdd-

                                  SwiftUI TDD (Part 1): Writing Your First Failing Test

                                  Alt...SwiftUI TDD (Part 1): Writing Your First Failing Test

                                    [?]Matt Wynne » 🌐
                                    @mattwynne@cosocial.ca

                                    Hello!

                                    I just migrated from hachyderm.io/@mattwynne which was 👍🏻, but I have been meaning to move over here for some time because I love the initiative to democratically run our social media!

                                    I'm from the UK originally, now based in Nelson, BC.

                                    I'm a generalist/polyglot programmer. I lead the github.com/cucumber project and I'm known for coaching teams in technical practices like /#BDD and .

                                    Also and generally

                                      2 ★ 1 ↺
                                      Ted M. Young boosted

                                      [?]Amitai Schleier [he/they] » 🌐
                                      @schmonz@schmonz.com

                                      Do you know your way around the API? I'd love to add support for it in Greencently, my tiny extension. How you can help: https://github.com/schmonz/junit-greencently/issues/29

                                      (if you'd like to)

                                        0 ★ 1 ↺
                                        GeePawHill boosted

                                        [?]Amitai Schleier [he/they] » 🌐
                                        @schmonz@schmonz.com

                                        Coming soon to Maven Central, com.schmonz:junit-greencently:20250402171221.0.0-g7a4aa00-14225507806-1:

                                        - Also set status when not complete or green (tx Ron)
                                        - Setup-free .gitignore (tx Llewellyn)
                                        - Refactorings (tx Llewellyn, Petar)
                                        - TrunkVer (tx Raimo & Chris)