Being Cellfish
Stuff I wished I've found in some blog (and sometimes did).
Pages
(Move to ...)
Home
About
Disclaimer
Contact
▼
2014-07-31
Lying with statistics and StackOverflow
›
A recent article on StackOverflow performance brought some memories back; how easy it is to lie with statistics.
2014-07-24
How object calisthenics can save the night
›
Last week we had a 24 hour hackathon at work. And I ended up using an old trick I've mentioned before.
2014-07-17
Azure Load Balancer Nuggets
›
Up until recently I assumed the azure load balancer just was a simple round robin balancer.
2014-07-10
Writing async tests
›
Ever since async/await was introduced in .net 4.5 I've seen people happily using those keywords in their (unit) tests. A usage I believe...
2014-07-03
Avoiding conditionals to improve code
›
Last year Michael Feathers wrote an article about unconditional programming which in essence is just an idea to avoid any type of control s...
2014-06-26
Enforcing parameter names
›
In the late 90s I was asked to teach an "introduction to C for programmers" course at a large Swedish company. Turned out that my ...
2014-06-19
Configuration files or APIs
›
Configuration files is something we have always been familiar with and with cloud services I think more and more configuration has started ...
2014-06-12
TDD helps you enforce the single responsibility principle
›
When I was writing last week's post I also thought about how TDD (or rather BDD) has helped me to early detect violations of the single...
2014-06-05
Will TDD really drive your design?
›
One of the most common arguments I've heard from TDD skeptics is that TDD does not drive your design. And this statement is both true an...
2014-05-29
Xbox Live History
›
Having worked in Xbox Live I often get questions about its past.
‹
›
Home
View web version