2015-03-20
Mandatory disposal vs. the "Dispose-disposing" abomination
›
This article started as a stackoverflow answer , and then I copied it over here to expand on it. For a discussion of the same issue but in...
2015-03-13
Solid State For The Win!
›
These two screen captures are from CrystalDiskMark measuring the performance of my brand new Samsung 850 PRO 256GB Solid State Drive (C:) ve...
2015-03-03
Minimal MySQL Memory Footprint
›
The following image shows the mind-boggling amount of memory occupied by MySQL 5.6 server on Windows 7 64-bit. (This is despite the fac...
2015-02-11
A stackoverflow question that received no love.
›
3 comments:
2014-12-30
Movie: Dawn of the Planet of the Apes
›
This post does not contain any spoilers, unless you would consider as a spoiler my opinion on how the quality if the movie varies as the mov...
2014-11-27
The transaction pattern and the feature badly missing from exceptions.
›
Exceptions are the best thing since sliced bread. If you use them properly, you can write code of much higher quality than without them. I...
2014-11-24
Bug reporting: a checklist.
›
Here is a check list for creating useful bug reports: 1. Before reporting, make sure that you are using the latest version of the software...
2014-11-09
IntelliJ IDEA feature request: editor actions for moving the caret left & right with Column Selection.
›
I just submitted a feature request for IntelliJ IDEA. It can be found here: https://youtrack.jetbrains.com/issue/IDEA-132626 Feature re...
2014-10-21
Why the 'final' (Java) or 'readonly' (C#) keyword is a bad idea
›
A quick look at the source code that I have written over the past couple of decades in various work projects and hobby projects of mine show...
2 comments:
2014-09-21
Assertions and Testing
›
So, since we do software testing, we should quit placing assert statements in production code, right? Let me count the ways in which this ...
‹
›
Home
View web version