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 ...
2014-09-19
My notes on "Spring in Action" (Manning)
›
My notes on the "Spring in Action" book by Craig Walls and Ryan Breidenbach from Manning Publications Co.
2014-08-25
On Electronic Cigarettes
›
I have been vaping for about two and a half years now, and it has been one of the best things that have ever happened to me. Here are some...
1 comment:
2014-07-18
Benchmarking Java 8 lambdas
›
Now that Java 8 is out, I was toying in my mind with the concept of a new assertion mechanism which uses lambdas. The idea is to have a cen...
2014-07-14
What do you need a debugger for?
›
In my many years of experience in programming I have noticed that there are some programmers who refuse to use a debugger, or try to use the...
‹
›
Home
View web version