article thumbnail

TDD: primitive obsession ( part 3 )

Apiumhub

Last month we talked about TDD example in software development ( part 1 ) and TDD first cycle ( part 2 ). In this new TDD and primitive obsession article, we will focus on removing duplication and reinforcing the constructors of our entities, something key to have a robust system. TDD: primitive obsession. other.id; } }.

article thumbnail

TDD example in software development (Part I)

Apiumhub

After a while thinking about what type of TDD article to write about and, since there are many of them and very good theoretical ones (written by influencers in the world of software development), I have chosen to develop a mini-project while explaining the key points of the development of the application, basically giving you a TDD example.

Insiders

Sign Up for our Newsletter

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

Trending Sources

article thumbnail

Apiumhub helps to launch software hubs in Barcelona

Apiumhub

Case Study: Matchmycolor (Swiss Based Company). One of the most recent but yet with already historical data cases is a collaboration between Apiumhub and Matchmycolor. Case Study: Bitpanda ( Vienna Based Company). Our core is Software Architecture, this is what we are famous for!

article thumbnail

Apiumhub sponsors SCBCN18: practical workshops

Apiumhub

In TDD it is very common to hear that it is about writing the test before actually coding to better refactor or to push you to a certain architecture or to tell you immediately if you are breaking something while writing a new code. The final goal of learning TDD is not to be a test expert. Almost-infinit” scalability.

article thumbnail

Interesting facts about software development: statistics 2018

Apiumhub

And peer review and CI + TDD are the top choices of developers to ensure code quality. Almost-infinit” scalability. iOS Objective-C app: sucessful case study. Banco Falabella wearable case study . Source: State of software development report. Other ways you may find here. BDD: user interface testing.

article thumbnail

The importance of software documentation tools

Apiumhub

In Apiumhub we use Confluence a lot to create our knowledge base inside the company ( TDD , CI , DDD , Docker , etc). Almost-infinit” scalability. iOS Objective-C app: sucessful case study. Banco Falabella wearable case study . Project information. BDD: user interface testing. Mobile development projects .

article thumbnail

TDD First Cycle ( part 2)

Apiumhub

Let’s continue with our series of TDD articles, in the first part we looked at the theory behind the TDD and Unit Testing. In this second part, TDD First Cycle , we begin to develop our application, an application of notes where a user can write notes and everything that comes to our mind. TDD First Cycle.