C# vs Java Part 1: The Languages
I have been long contemplating this post, because I think it is a very important topic, but I have also…
34 articles found
I have been long contemplating this post, because I think it is a very important topic, but I have also…
I’ll be frank. I don’t like static methods. They make me cringe. In the universe of OO static methods are…
Some people really, really don’t like to refactor boolean conditions into private methods. One time someone told me that if…
Here is an interesting programming problem: Calculate all the permutations of a string. For example, the permutations of “abc” are: abc…