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 #refactoring

#refactoring boosted

[?]Tobias Schlitt »
@tobyS@ruhr.social

Blast from the past, but not less relevant: "Refactoring with the advanced scout rule" explains how you can introduce continuous refactoring into your workflow and how to determine what requires most urgently. schlitt.info/blog/0779_refacto

    #refactoring boosted

    [?]Dev Leader »
    @devleader@hachyderm.io

    #refactoring boosted

    [?]DevTo VN Bot » 🤖
    @devto_vn_bot@mastodon.maobui.com

    Mỗi chủ nhật, tôi dành thời gian “tái cấu trúc” những dòng code cũ — dần dần loại bỏ rác, chuẩn hóa tên, tách hàm, đơn giản logic, cập nhật phụ thuộc. Kết quả sau vài tháng: ứng dụng chạy mượt hơn, bảo trì nhanh hơn và ít lỗi. Tạo thói quen nhỏ đều đặn để giảm nợ kỹ thuật, không cần sprint “cứu hỏa”.

    dev.to/wisdom_emmanuel_c7ccf34

      #refactoring boosted

      [?]Dev Leader »
      @devleader@hachyderm.io

      #refactoring boosted

      [?]JAVAPRO »
      @javapro@mastodon.social

      Writing condition-heavy logic in ? This article shows how RecordPatterns turn messy type-checks into expressive, deconstructed switches—ideal for rethinking class hierarchies & responsibilities.

      @manojnp breaks it down: javapro.io/2025/01/15/record-p

        #refactoring boosted

        [?]Dev Leader »
        @devleader@hachyderm.io

        #refactoring boosted

        [?]DevTo VN Bot » 🤖
        @devto_vn_bot@mastodon.maobui.com

        Chúng ta dành nhiều thời gian đọc code hơn viết code, nhưng lại ít được dạy cách đọc hiệu quả. Bài viết chia sẻ 3 kỹ thuật quan trọng: nhận biết code cần refactor (nếu phải đọc 2 lần), thấu hiểu khi xem code của người khác và coi đọc code là cách tốt nhất để nâng cao kỹ năng lập trình. Đọc code giúp bạn giỏi hơn!

        dev.to/canro91/3-code-reading-

        #refactoring boosted

        [?]Reddit Tech VN Bot » 🤖
        @reddit_tech_vn_bot@mastodon.maobui.com

        Bài viết chia sẻ ví dụ thực tế về tái cấu trúc dự án FinTech, áp dụng Terraform (Infrastructure as Code) và ArgoCD (GitOps). Giúp quản lý hạ tầng và triển khai ứng dụng hiệu quả hơn.

        reddit.com/r/programming/comme

        #refactoring boosted

        [?]DevTo VN Bot » 🤖
        @devto_vn_bot@mastodon.maobui.com

        Một lập trình viên chia sẻ hành trình refactor code và cách xử lý tình huống "oh shit" với Git Rebase! Từ tách logic config sang module riêng, gom message help/version vào utils, thay số ảo bằng constexpr, đến việc dùng rebase -i để gộp commit lộn xộn thành một commit sạch đẹp. Bài học: luôn tạo branch khi refactor và kiểm tra kỹ trước khi merge! 💻

        dev.to/elsad_humbetli_0971c995

          #refactoring boosted

          [?]dtanzer »
          @dtanzer@social.devteams.at

          New video: I'm not completely happy with some names, so I change them to "honest & complete" - That makes them much longer and more verbose, but at least they say what the objects do now...

          PeerTube: videos.devteams.at/w/n8TDBBWWP
          YouTube: youtu.be/i0ULT8iE9Xk

            #refactoring boosted

            [?]Reddit Tech VN Bot » 🤖
            @reddit_tech_vn_bot@mastodon.maobui.com

            Một lập trình viên vừa phát hành tiện ích mở rộng mới chuyên về refactoring. Tiện ích này hứa hẹn sẽ tối ưu hóa quy trình làm việc và giúp việc cải thiện code dễ dàng hơn!

            reddit.com/r/programming/comme

            Ted M. Young boosted

            [?]dtanzer »
            @dtanzer@social.devteams.at

            Some more : First, I simplify some unit tests, then I add a common interface for some objects that are all stages of a process. Feedback welcome!

            Video on PeerTube: videos.devteams.at/w/orkDdvXUe
            Or if you prefer YouTube: youtu.be/s6E1dSFHGxs

              #refactoring boosted

              [?]DevTo VN Bot » 🤖
              @devto_vn_bot@mastodon.maobui.com

              Câu chuyện refactor ứng dụng Java của PVS-Studio: Từ code rối rắm với static methods, Singletons, đến tích hợp DI bằng Guice, làm sạch style theo Google Java Style, và xây dựng module annotation mới hỗ trợ taint analysis & JSON user-defined. Kiến trúc modular, dễ mở rộng hơn!

              dev.to/pvsdev/how-we-integrate

              #refactoring boosted

              [?]Dev Leader »
              @devleader@hachyderm.io

              #refactoring boosted

              [?]Dev Leader »
              @devleader@hachyderm.io

              There comes a time in every developer's life where we're faced with this...

              Read more here:
              devleader.ca/2023/11/27/refact

                #refactoring boosted

                [?]Dev Leader »
                @devleader@hachyderm.io

                #refactoring boosted

                [?]Dev Leader »
                @devleader@hachyderm.io

                #refactoring boosted

                [?]Karsten Schmidt »
                @toxi@mastodon.thi.ng

                After almost a week of refactoring and experimenting with several different approaches, I've updated my Zig nD SIMD vector library to be compatible with the latest Zig 0.15.1, and at the same time cleaned up some internals.

                The solution I settled on is a mix of techniques proposed by others, and was needed due to the removal of the struct/namespace-merging syntax in the new Zig version, which this library heavily relies on. I don't like that the new source code is now more than 2x larger and involves a huge amount of duplication to address the many special cases of supported operations for different vector sizes and types. I might still take another pass to eliminate those (by using `@compileError()` for unsupported cases), but that'd be an implementation detail downstream users don't have to care about. I tried AOT code generation as well, but the special case handling made this feel less maintainable...

                UPDATE: The only breaking change is the handling of vector swizzles. I had to remove the hundreds of named swizzle functions and replaced them with a single (comptime optimized) `.swizzle(vec, pattern)`, e.g. `.swizzle(vec, "xxyy")`...

                If you're interested, the new code is here:
                github.com/thi-ng/zig-thing/bl

                The readme contains details about the many supported operations:
                github.com/thi-ng/zig-thing/bl

                Installation instructions in the main repo readme:
                github.com/thi-ng/zig-thing/tr

                  #refactoring boosted

                  [?]Dev Leader »
                  @devleader@hachyderm.io

                  #refactoring boosted

                  [?]DevTo VN Bot » 🤖
                  @devto_vn_bot@mastodon.maobui.com

                  Cải thiện code với Refactoring! 🔄 Từ "Callback Hell" lộn xộn đến code sạch với Promise và Async/Await. Từng bước nhỏ, code lớn.

                  dev.to/emiderex/from-chaos-to-

                  #refactoring boosted

                  [?]Dev Leader »
                  @devleader@hachyderm.io

                  "Extract Method" is one mof the most foundational refactoring techniques for us to use.

                  Read more here:
                  devleader.ca/2024/03/06/extrac

                    #refactoring boosted

                    [?]Dev Leader »
                    @devleader@hachyderm.io

                    Refactoring code is a critical software engineering skill -- Can you do it?

                    Read more here:
                    devleader.ca/2024/02/29/refact

                      #refactoring boosted

                      [?]DevTo VN Bot » 🤖
                      @devto_vn_bot@mastodon.maobui.com

                      Website của tôi đang được refactor liên tục vì các thay đổi trong các gói npm. Mục tiêu là cải thiện khả năng bảo trì, hiệu suất và tuân thủ các phương pháp tốt nhất.

                      dev.to/ingosteinke/constant-re

                        #refactoring boosted

                        [?]Domain-Driven Design Europe »
                        @dddeu@m.aardling.social

                        🔄 Moderniser un système existant sans tout casser ? C'est possible ! Découvrez nos stratégies de migration et cohabitation avec le legacy dans notre formation Architecture Modulaire et Pragmatique. Théorie + pratique + retours d'expérience = réussite assurée !

                        👉 ddd.academy/architecture-modul

                          #refactoring boosted

                          [?]DevTo VN Bot » 🤖
                          @devto_vn_bot@mastodon.maobui.com

                          Tái cấu trúc mã lộn xộn: Tăng tính liên kết, giảm tính phụ thuộc. Phân tách rõ ràng các class, sử dụng interface và injection để code dễ bảo trì, dễ test.

                          dev.to/abhinawkr/refactoring-m

                          Back to top - More...