Category Archives: Code

Finding duplicate code in C#, VB.Net, ASPX, Ruby, Python, Java, C, C++, ActionScript, or XAML

Whether you realize it or not, you need a tool that finds duplicate source code in your applications. In fact, if you’ve never used one before, you probably don’t realize how much you need an automated solution to this problem. It’s nearly impossible to manually locate the types of duplicate code that such a tool can easily bring to the surface. Even if you think you’re intimately aware of an application’s code base, every line of code you write contains the potential to awaken the duplicate code dragon.

To combat the problem, we have Atomiq – what I consider to be the best solution for finding duplicate/similar code in C#, VB.Net, ASPX, Ruby, Python, Java, C, C++, ActionScript, and XAML.

Continue reading «Finding duplicate code in C#, VB.Net, ASPX, Ruby, Python, Java, C, C++, ActionScript, or XAML»

Using delegates to eliminate duplicate code

Here’s a simple technique you can use to easily eliminate duplicate code. Try not to let the word “delegates” scare you away from learning the technique and I’ll try to refrain from using the word “delegate” as much as possible.  I’ll start small and then work my way towards a more complex example that really demonstrates its power. Continue reading «Using delegates to eliminate duplicate code»

Using IDisposable objects responsibly – the easy way

How many times have you complained about how much repetitive code is required to properly dispose of objects in your code? How many times have you found yourself in a situation where you’re unsure whether or not you’re even supposed to dispose of an object in the first place?

I want to show you a technique which completely (or, at least, temporarily) avoids the need to bother yourself with those very important concerns. This is an extremely powerful technique which can be used for much more than dealing with IDisposable related issues, but that seems to be the scenario I use it on most often. Continue reading «Using IDisposable objects responsibly – the easy way»

The dark side of my job

On occasion, I get to perform such profound tasks as shifting columns to the right so the labels don’t wrap in our Employee Self Service application. Oh, and I think  I get to remove the “12” from the right column of the Box 12 data.

image

I just kinda figured the world would want to know that.

Something is better than nothing

In 2002, I purchased AlexDresko.com with the sole purpose of creating the most badass website to ever grace this beautiful planet. However, much like a mechanic who never has time to work on his own car, none of the dozen or so drastically different versions of AlexDresko.com I started on over the years ever got a chance to please the public.

But recently, I got tired of not having a voice on the internet. I have all these ideas for things to write about, but I’d always tell myself, “I don’t want to post anything until I can post it on my website, and I can’t post it on my website because my website isn’t ready, and my website isn’t ready because… SQUIRREL!”  Well enough is enough, man. I want  a place to call home and if some PHP *eeeeeek* blog system called WordPress is the way it’s got to happen, then so be it.

I’m going to stop beating myself up about not having everything exactly as I want it and move on. It’s a bitter pill to swallow, but I honestly feel like this is a hugely important step in the right direction. In my mind, there’s still a lot to do here, but something is better than nothing.

Wow. My first, real, suck-it-if-you-don’t-like-it blog post.