Being Cellfish
Stuff I wished I've found in some blog (and sometimes did).
Pages
(Move to ...)
Home
About
Disclaimer
Contact
▼
2015-05-28
Enumerating dictionaries
›
When people work with the Dictionary class in .Net there are two common assumptions that I see used a lot. Worst part is that these assumpt...
2015-05-21
The ultimate programming language
›
One of my favorite bloggers had an article last month that resulted in a rather interesting conclusion; that the ultimate programming langua...
1 comment:
2015-05-14
Email as password manager?
›
A lot of people these days rely on some (software) password manager to keep track of all different passwords you need. Obviously there are t...
2015-05-07
To await or not to await - that is the question
›
One question that comes up quite often is if you should always use async/await or not. Sadly enough the answer is not simple because there ...
2015-04-30
Yet another estimation rant
›
Lately I've been discussing estimation a lot with both colleagues and friends so I guess it is time to go at it again. As I've menti...
2015-04-23
Don't let your constructor create the world around it
›
I recently listened to a developer podcast about the async/await feature in .Net. And I was terrified when the host asked about using those ...
2015-04-16
Advanced breakpoints
›
I try to live by the motto; starting the debugger is a failure when it comes to code I write. That means that through logging and just read...
1 comment:
2015-04-09
Proper collection implementation in .net
›
Most people I've worked with that needed a collection of some sort have implemented the collection by inheriting from one of the standar...
2015-04-02
Why refactoring user stories is a bad idea
›
There is this old article that I wanted to discuss for a while and now is the time. If you'd rather say technical dept user story inste...
2015-03-26
What fire and forget really means
›
From time to time people implement something that they want to use in a fire-and-forget fashion. Typically it is some non-critical service ...
1 comment:
‹
›
Home
View web version