Remove Development Remove Fashion Remove Software Review Remove TDD
article thumbnail

The Real Reasons for Doing Test-Driven Development ??

Xebia

Why do people apply TDD? Learn about the actual goal and values hidden under the surface of Test-Driven Development. What Are the Real Reasons for Doing TDD? Test-Driven Development (TDD) is a controversial topic amongst developers. It is a vehicle to drive development. TDD and the Values of XP.

article thumbnail

LLMs Demand Observability-Driven Development

Honeycomb

Our industry is in the early days of an explosion in software using LLMs, as well as (separately, but relatedly) a revolution in how engineers write and run code, thanks to generative AI. In theory , all software is debuggable. There is a much longer list of things that make software less than 100% debuggable in practice.

Insiders

Sign Up for our Newsletter

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

article thumbnail

5 ways to do Continuously Improved Testing

Xebia

This article helps you challenge your automated testing and to improve upon it in a more continuous fashion. . Test automation is one of the practices that helps teams gain confidence earlier in the development process. It reduces the cost of testing and supports keeping long-term, high-development velocities. Independent.

Testing 130
article thumbnail

LLMs Demand Observability-Driven Development

Honeycomb

Our industry is in the early days of an explosion in software using LLMs, as well as (separately, but relatedly) a revolution in how engineers write and run code, thanks to generative AI. In theory , all software is debuggable. There is a much longer list of things that make software less than 100% debuggable in practice.

article thumbnail

13 Bits of Advice for New Programmers

MagmaLabs

Write the code you would like to read. You’re not your code. Code Katas. So don’t worry if you are not familiar with the new JS Framework or the time fashion language. Writing code is only a small part of what goes into shipping production software. Not everything is coding. You got this!

article thumbnail

Changing How We Change Software with GeePaw Hill

Marcus Blankenship - Podcasts

In this episode of Programming Leadership, Marcus and his guest, GeePaw Hill, discuss how the doubling rate in the software industry has resulted in a complete lack of trade discipline. The doubling rate of makers has resulted in a total lack of culture in the software industry (2:12). Why good workers leave the organization (18:05).

article thumbnail

Learning Lambda — Part 9

Mike Roberts

If we never need more than one instance of our function to run at any one time, Lambda will happily use just one instance of our code at a time. However if hundreds of concurrent versions of our code are necessary to handle load then Lambda will scale up automatically to support that load. No configuration or management?—?it

Lambda 52