Remove Blog Remove Software Development Remove Software Review Remove TDD
article thumbnail

Talks with Software Development Experts Initiative

Apiumhub

We are excited to introduce our new initiative “Talks with Software Development Experts,” a space in which we interview software developers and leaders in the industry to get to know more about their careers, initiatives, interests, and opinions on various topics related to the tech industry.

article thumbnail

Beyond Coding: The 5 Must-Have Skills to Have If You Want to Become a Senior Programmer

Dzone - DevOps

In a Nutshell We instinctively equate programming with writing code. Because of it, we focus primarily on code design and creation skills: mastering languages and frameworks, clean code, design patterns, TDD, and architecture. But creating new code is only a fraction of what we do every day.

Insiders

Sign Up for our Newsletter

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

article thumbnail

20 influential women in software development

Apiumhub

In the software development field, we always hear famous names like Martin Fowler, Kent Beck, George H. That is why today I decided to write about amazing successful, talented and influential women in software development. 20 influential women in software development. . 1 – Elisabeth Hendrickson.

article thumbnail

Value vs valueable - another aha-moment

Marcusoft

English is not my first language, as I’m sure any reader of this blog knows. The reasons we want to make the stories small are plentiful; it’s easier to manage, implement, fix, deploy, and test… just about anything we do as a software development team. What would be the value to the user of this code? Refactor the code.

article thumbnail

Extended Role of QA in Test Driven Development (TDD)

Xoriant

TDD is an Agile Development technique in which developers write test cases before writing the corresponding code for the user story assigned to him. Once the code passes the Acceptance test, the code is then refactored /simplified to be used as production code. How TDD is different than others?

article thumbnail

Quality Management is Risk Management

Xebia

In my previous blog I wrote how embracing failure can be a viable strategy , depending on the current quality level. In software development this can be translated into ‘prevent bugs from ending up in the codebase’. This provides very high coverage but requires more effort during development. .

article thumbnail

A Practical Approach for Shifting Left

Tenable

As a critical part of DevSecOps, shifting left has become a key aspect of the modern software development process. Traditionally, security was applied at the end of the software development lifecycle (the right side) and treated as an afterthought. TDD addresses the intent or the "why" behind the code being written.