Being Cellfish
Stuff I wished I've found in some blog (and sometimes did).
Pages
(Move to ...)
Home
About
Disclaimer
Contact
▼
2015-01-29
Thinking for Programmers
›
I was watching this great recording from last year on how programmers should think. It talks a lot about the importance of writing a specif...
2015-01-22
What to do with a caught exception
›
Some people like exceptions and some don't. Some people like them for exceptional things. Regardless of what type you are there is also ...
1 comment:
2015-01-15
These are not the abstractions you are looking for
›
People around me often hear me mumble things like " I think we are missing a level of abstraction here ". This is something that o...
2015-01-08
The I have no idea what I'm testing anti-pattern.
›
It is no secret that I'm not a big fan of service locators in general, but even if you are a fan of those there is a pattern I really do...
2015-01-01
2014 statistics
›
So what did you enjoy in 2014. Here are the truth based on statistics.
2014-12-25
A kingdom for a developer
›
So this happened a few years ago in the days between Christmas and New Year. I was using the slow days after Christmas to get some work done...
2014-12-18
Do you really want to properly implement TAP?
›
There is one part of implementing an API using TAP that I've always found cumbersome and that is the guideline to throw argument excepti...
2014-12-11
Never hide a TUF in a TUC
›
This slogan ( never hide a TUF in a TUC ) was introduced (to me at least) in 2010 by Michael Feathers. Turns out it is a pretty good tool to...
2014-12-04
Faking 3rd party dependencies
›
When it comes to dealing with third party dependencies in my code I've used the same trick for a long time. But I was recently introduce...
7 comments:
2014-11-27
The ProducerConsumerStream
›
I just wanted to let you know that I got a good idea and renamed the NoMemoryStream .
‹
›
Home
View web version