My previous findings regarding the testing of public methods versus private methods opened the door to allow me to better understand that the mindset of a developer performing unit “testing” is differ… more →
Adam M Craven's Technical BlogAdam Craven wrote 2 weeks ago: My previous findings regarding the testing of public methods versus private methods opened the door … more →
Adam Craven wrote 2 weeks ago: The concept of testing private methods has been debated by many people, and up until now I have been … more →
Dahlia Bock wrote 1 month ago: Working Effectively with Legacy Code by Michael Feathers I’ … more →
Dahlia Bock wrote 3 months ago: Always leave your codebase in a better (or same, if you really can’t make it better) condition … more →
Adam Craven wrote 4 months ago: As an experienced developer, I promote the use of good practices in object oriented designs. I was m … more →
Dahlia Bock wrote 4 months ago: Ever since I was introduced to Mockito about a year ago, I’ve been a big fan. I wrote a couple … more →
Adam Craven wrote 5 months ago: In a previous posting on BDD, I quickly referenced ‘Uncle Bob’ Robert C. Martin’s website wher … more →
Adam Craven wrote 5 months ago: Today a small team of three had a post-iteration meeting, and for the first time within the company … more →
Adam Craven wrote 5 months ago: Yes, I am a Behaviour Driven Development (BDD) man – and in this post I am limiting my discussion to … more →
mcloide wrote 5 months ago: This is the first article that I’m writing about learning PHP. For a couple of months now, and … more →
Adam Craven wrote 6 months ago: A few months ago I was reviewing some Visual Basic .NET code from a production application and I cam … more →
zkashan wrote 7 months ago: “97 Things an Architect Should Know” is an excellent book which reflects on experiences … more →
npaez wrote 7 months ago: Last Thursday I offer a class at university titled “Code Design”. Maybe the name was not … more →
Dahlia Bock wrote 8 months ago: I’ve recently joined the mockito google group and this link was posted recently. http://rrees. … more →
Dahlia Bock wrote 8 months ago: I saw this IBM ad at a bus stop today with the tag line, “Let’s build smarter traffic … more →
Mark Basmayor wrote 9 months ago: 1. Use 1 == foo instead of foo == 1. Srsly. At a glance, you might think that the following stateme … more →
zkashan wrote 1 year ago: M – Model, V – View, C – Controller, P – Presenter Many if not most of the p … more →
zkashan wrote 1 year ago: In a recent chat iwth Daniel Bodart, I realised that after programming Java over the past few years, … more →
zkashan wrote 1 year ago: I’ve been working with C# for the past few months, and never encountered a “var”. … more →