Quantcast
Channel: Development – Mind-driven development
Browsing all 10 articles
Browse latest View live

Image may be NSFW.
Clik here to view.

Comparison: DbC and TDD – Part 4

Let’s start the last part of my little blog post series regarding the comparison of DbC and TDD. This post is about code changes and the support of clean code principles by either DbC and TDD. Code...

View Article



Image may be NSFW.
Clik here to view.

A look at: Agile Specification-Driven Development

While investigating the synergy of TDD and DbC I asked myself if there are not already development processes that combine both principles. And on my research I stumbled over this paper (PDF) named...

View Article

Image may be NSFW.
Clik here to view.

A look at: Contract Driven Development

Today I want to take a look at this paper (PDF) entitled „Contract Driven Development = Test Driven Development – Writing Test Cases„. Like the paper on SDD I found this essay on my research for a...

View Article

Image may be NSFW.
Clik here to view.

Some thoughts on Event-Based Components

The German software engineer Ralf Westphal currently spreads some knowledge about an alternative model for programming components and especially communication between them. Due to their nature they are...

View Article

Image may be NSFW.
Clik here to view.

A common UI problem

This blog post is all about a common UI-related programming problem. Ever since my first UI-based application I’ve come across with this problem and never found a satisfying way to resolve it (until...

View Article


Image may be NSFW.
Clik here to view.

Latch me if you can!

In my first blog post I’ve shown a common UI problem when it comes to event handling and programmatic vs. user-triggered events on the one handside and to infinite loops due to recursive event chains...

View Article

Image may be NSFW.
Clik here to view.

The Property Memento pattern

Edit: Find an improved implementation of the pattern here. Edit: Find an explicit implementation of the pattern here. This blog post shows the Property Memento as pattern for storing property values...

View Article

Image may be NSFW.
Clik here to view.

Simple message-based Event Aggregator

This blog post is more about implementation than in-depth description or background information. It’s covering an implementation of a simple Event Aggregator that I’ve developed and used in a...

View Article


Follow-up: Property Memento pattern

In a previous blog post I introduced the Property Memento pattern as way to temporarily save the value of an entity’s properties and restoring the initial values when the memento disposes. While I like...

View Article


Image may be NSFW.
Clik here to view.

Explicit Property Memento

Introduction Some weeks ago I’ve introduced the Property Memento pattern as solution for temporarily saving the state of an entity’s property on creation of the Property Memento and restoring this...

View Article
Browsing all 10 articles
Browse latest View live




Latest Images