article thumbnail

Test-Driven or Feature Flag-Driven Development: What’s Best For Your Team?

Split

The need for efficient and effective software development methodologies has never been more paramount. Amid this incessant search for perfection, two paradigms have become prominent: Test-driven development (TDD) and feature flag-driven development (FFDD). Then, they write the minimum amount of code needed to pass the test.

article thumbnail

5 code review best practices

Atlassian

In 1988, Hewlett Packard (HP) conducted an internal review of their software development processes and set a target to improve their code quality tenfold. Eventually, they concluded that incorporating code reviews into the development cycle saved more money than resolving defects after they were found by customers.

Insiders

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

article thumbnail

Technical Review: A Trusted Look Under the Hood

TechEmpower - Product Management

Many CEOs of software-enabled businesses call us with a similar concern: Are we getting the right results from our software team? We hear them explain that their current software development is expensive, deliveries are rarely on time, and random bugs appear. What does a business leader do in this situation?

article thumbnail

Streamline Development by Minimizing Software Test Environments

Split

Managing numerous testing environments poses a significant hurdle in the complex sphere of software development. Test environments are where code becomes a reality. These environments provide a controlled space for testing and refinement before a product is released to end users.

article thumbnail

How AI and ML Can Accelerate and Optimize Software Development and Testing

Speaker: Eran Kinsbruner, Best-Selling Author, TechBeacon Top 30 Test Automation Leader & the Chief Evangelist and Senior Director at Perforce Software

While advancements in software development and testing have come a long way, there is still room for improvement. With new AI and ML algorithms spanning development, code reviews, unit testing, test authoring, and AIOps, teams can boost their productivity and deliver better software faster.

article thumbnail

Digital Sustainability: A Growing Frontier in Software Development

The Product Coalition

Software development with sustainability in mind is a rising trend in digital spaces. While software is intangible and doesn’t directly consume energy or produce emissions, its environmental implications lie in its development and usage. As software builders, we are uniquely positioned to influence this environmental trajectory.

article thumbnail

TDD + data driven with Jest

StubHub

During my years as developer, I have faced several troubles in production due to bugs. For me, this is a huge problem because I love to sleep, and I cannot sleep well if I have doubts about the quality of my code. Because of this, I started some years ago to study how to sleep well, which came down to learning about testing my code.