FancyBox Plugin and Test Driven Development Flow

Test Driven Development Flow

So lastly I've introduced to myself a Test Driven Development, but unfortunatelly I didn't examine the flow and approach as much as I should.

Thanks to Uncle Bob I've realized what exactly TDD flow looks like.

1. Make a test that (should) fail.

The idea is …

more ...

GPXReader - Business Logic and Tests

Introduction

I've informed you I'll be doing Business Logic for Biking Endorphines.

To make best of my time I've considered to go with TDD and that's why I'll first implement Tests for Business Logic.

This will propably shape all business logic, but I'll have already tests with myself for future …

more ...

Biking Endorphines - Introduction to Android sub-project

Introduction - What's this Android application doing in python project??

You may wonder why use Android application in python project??

Python project was from the beginning only one part of product that I wanted to create.

Second part was always the Android application that will gather data from GPS and show …

more ...