Looks Good To Me ??

Looks Good To Me ??

Bugs aren't just embarrassing, they are also expensive and the best place to catch them is before they reach production. The cost of fixing bugs skyrockets once in production and we rely on pull requests as the final safety net. Unfortunately, 94% of developers don't test pull requests locally, costing millions in avoidable errors.

Complex developer environments make it hard to run the whole system locally and therefore impossible to test pull requests locally. I have seen teams where the backend folks didn't have the mobile environment set up and mobile guys didn't have the backend set up. Your guess is as good as mine, prod was broken half the time.

To test pull requests locally, developers have to switch contexts, stash their changes and try to get code under review to work. All this takes time and with competing priorities most opt to ballpark the code changes and approve if it looks okay. This leads to obvious bugs slipping through.

At Quill Dev Tools, we make it effortless for mobile teams to manually test pull requests and catch bugs early—before they ever reach your users. With our zero-setup environment, anyone on your team—yes, even non-developers—can quickly validate that a pull request works, reducing the risk of costly production bugs.

Join our waitlist at getquill.dev to get early access!


References

https://codesandbox.io/blog/lgtm-or-tldr-the-problem-of-cop-out-code-reviews

https://raygun.com/blog/cost-of-software-errors/#impact

要查看或添加评论,请登录

Japheth Obala的更多文章

  • Beauty Is Good For You

    Beauty Is Good For You

    The pursuit of beauty is considered by many a reserve of the privileged and inaccessible to people who have bills to…

  • My Coding Process

    My Coding Process

    Performing consistently at a high level is what separates the wheat from chaff in any industry and motivation is an…

    2 条评论
  • ORMs Considered Harmful

    ORMs Considered Harmful

    Alright, the title is a click bait and ORMs are not harmful. With that out of the way, I am going to make a case…

    4 条评论
  • Slow Is Smooth, Smooth Is Fast

    Slow Is Smooth, Smooth Is Fast

    Move fast and break things was popularised by Facebook and many startups followed suit to their own detriment because…

    7 条评论
  • Commando Go CLI Framework

    Commando Go CLI Framework

    I have been running experiments on the possibility of declaratively defining command groups in Go CLIs and after a lot…

    2 条评论
  • Build a Product From Scratch: User Stories

    Build a Product From Scratch: User Stories

    In the previous article we defined what we are going to build, a CLI client for Microsoft ToDo powered by…

  • Build a Product From Scratch: Problem Definition

    Build a Product From Scratch: Problem Definition

    For new and aspiring programmers, solving a personal problem accelerates learning. Building software systems is an…

  • Expectations Of An Architect

    Expectations Of An Architect

    Let me begin by giving a little disclaimer, I am not an architect, only a student of software architecture and sharing…

  • Think Like An Architect

    Think Like An Architect

    Have you heard about mental models? They are like glasses for the mind, putting one on, will change how you see the…

    4 条评论
  • What Is Software Architecture

    What Is Software Architecture

    The issue with most definitions of software architecture is that they leave you with more questions than answers. To…

    3 条评论

社区洞察

其他会员也浏览了