02nd Jul 2008
Things and Stuff Driven Development
A lot of us heard acronyms TDD, Test Driven Development and BDD, Behaviour Driven Development. Those two are development techniques where application code is introduced with leading expectation. In both cases this leader, so called driver, will be a test.
In ideal world Developers would know exactly how to build a test from “never changing” business expectations and will develop 100% bug free and working code.
Everyone knows how far we are from ideal world and because we are a human beings the main driver of development is different then the desired one.
My few years of development experience thought me that there is a wide variety of technically non related drivers in development. Here they come
A lot of us heard acronyms TDD, Test Driven Development and BDD, Behaviour Driven Development. Those two are development techniques where application code is introduced with leading expectation. In both cases this leader, so called driver, will be a test.
In ideal world Developers would know exactly how to build a test from “never changing” business expectations and will develop 100% bug free and working code.
Everyone knows how far we are from ideal world and because we are a human beings the main driver of development is different then the desired one.
My few years of development experience thought me that there is a wide variety of technically non related drivers in development. Here they come
Posted in development | No Comments »
One of the interesting things we came across this week was a config file for web application, so called Web.config. So we desired to switch some settings based on environment where application was deployed. Simplest thing we could think of was referring in a config section to external file with settings. Something like this:
Some time ago I overheard a conversation about performance of Ruby applications on Windows or more precisely it’s lack. I don’t usually believe this kind of conversation until I see something with my own eyes. I saw it today.
Today first time in my life I decided to write small