Click here to Skip to main content
Licence CPOL
First Posted 1 Feb 2010
Views 52,776
Bookmarked 47 times

An Idiots Guide to Really Really Bad Programming

By | 1 Feb 2010 | Article
A satirical look at bad programming techniques

Introduction

I have noticed that certain individuals persist in writing good clear code that is well documented and easy to understand. So I thought it was about time to draw the main techniques of really really bad programming together into a single reference document. Remember the most important two things when writing truly awful software are to include as many subtle bugs as possible and to make the code really confusing so that it is hard to track those devious little bugs down. That way you can annoy both users and programmers to the maximum extent.

If you follow these simple rules, I promise you that you will never be far from users’ and other programmers’ thoughts.

1. Turn Off All Compiler Warnings

If you want to write really awful code, this is a great place to start. After all, you do not want that pesky compiler nagging you all day. All real programmers turn the warnings off completely.

2. Variables

Beginners should ensure that all variables are global. It is much easier to keep them all together in one place. As you become more advanced, add local variables with the same names as the globals, this will allow you to create subtle bugs with ease.

3. Functions

Avoid using functions wherever possible. It is much easier to write one single enormous long passage of code than going through the tiresome process of trying to divide it into separate functions and having the tedious job of passing parameters to them.

4. Cut and Paste is your Friend

Avoid using loops at all costs, it might take longer to cut and paste a section of code over and over, but it is well worth it when you consider the hours of fun for anyone checking each and every repeat of that code for subtle variations.

5. Variable Names for Beginners

You can have so much fun with variable names, try using the most meaningless name that you can think of, Fred is one of my personal favourites. But always include a smattering of semi meaningful names to keep other programmers guessing.

6. Advanced Variable Name Techniques

Ideally try to think of names that are very similar for as many entirely different variables as you can. Another great idea is to create two variables with the same name, but one ending in ‘1’ and the other in ‘l’, these are very easy to confuse at a glance and should get other programmers really guessing. Example: Slopel and Slope1. However, you can achieve the best results by occasionally using a label to mean the exact opposite of what people would assume, a classic example is to use the label Horizontal to mean Vertical and vice versa, that will really please any reader of your code, causing hours of amusement and pleasure as they try to unravel it.

7. Initialising

Play programmers bingo by allowing all of your variables to start with whatever value the memory had in from the last application. Great fun!

8. Bounds Checking

Allow the user to enter whatever values they want, if they enter a stupid value the program may crash. So? What do they expect?

9. Comments

It is best for beginners to avoid comments at all times, they waste valuable space and take ages to type. As you become more advanced, you can begin by adding comments which are entirely useless, because they state the obvious such as:

i++; // increment i

However, the most advanced comments will be as cryptic as possible, such as:

i++; 	//check inside the chicken string

10. Layout

It takes real dedication to make your software layout truly bad. The most important thing is NEVER EVER be consistent. Whatever layout philosophy you choose, be sure to change it regularly. Advanced programmers should remember to use the same layout for long enough for any other programmer to become accustomed to it before changing to something entirely different.

11. Hungarian Notation

This is entirely optional, but for best results use a smattering of Hungarian Notation, thus annoying everyone (those who like it AND those who don't) and of course include a few incorrect uses just to make things more interesting.

12. Lastly Never Ever Test

Don't bother to test your code, just wait for people to complain, that way you will find out which are the most commonly occurring bugs first! Brilliant!

I have tried to cover most aspects of Really Really Bad Programming, but I am sure many of you can think of a few more. And don't be down hearted if after a while you start to slip into good habits, it doesn't take much effort to get back to those bad bad ways.

Disclaimer

I am not in any way suggesting that I never write bad code, nor am I suggesting that anyone else at CodeProject does. Just having a little fun!

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)

About the Author

LittleYellowBird

Engineer

United Kingdom United Kingdom

Member



Sign Up to vote   Poor Excellent
Add a reason or comment to your vote: x
Votes of 3 or less require a comment

Comments and Discussions

 
You must Sign In to use this message board. (secure sign-in)
 
Search this forum  
 FAQ
    Noise  Layout  Per page   
  Refresh
GeneralMy vote of 5 PinmemberTarek Elqusi6:08 17 May '12  
GeneralMy vote of 5 PinmemberLeonardo Paneque13:09 15 Apr '12  
GeneralMy vote of 5 PinmemberRC_Sebastien_C10:20 20 Jan '12  
GeneralMy vote of 5 PinmemberPranit Kothari1:54 30 Dec '11  
GeneralMy vote of 5 PinmemberS Houghtelin3:59 30 Jun '11  
GeneralRe: My vote of 5 PinmemberAlison P6:38 31 Oct '11  
GeneralMy vote of 5 PinmemberNaerling5:57 30 Apr '11  
GeneralRe: My vote of 5 PinmemberAlison P10:53 30 Apr '11  
GeneralThats me in a nutshell Pinmemberasg19668:32 25 Apr '11  
GeneralRe: Thats me in a nutshell PinmemberAlison P21:40 25 Apr '11  
GeneralRe: Thats me in a nutshell [modified] Pinmemberasg19663:57 2 May '11  
GeneralRe: Thats me in a nutshell PinmemberAlison P19:12 13 May '11  
GeneralRe: Thats me in a nutshell Pinmemberasg19662:43 14 May '11  
GeneralRe: Thats me in a nutshell PinmemberAlison P22:07 15 May '11  
GeneralMy vote of 5 Pinmemberfrazzle-me12:42 27 Feb '11  
GeneralRe: My vote of 5 PinmemberAlison P10:54 30 Apr '11  
GeneralMy vote of 5 Pinmemberhoernchenmeister4:05 22 Feb '11  
GeneralRe: My vote of 5 PinmemberAlison P10:56 30 Apr '11  
GeneralMore variables rules PinmemberXmen W.K.15:31 16 Feb '11  
GeneralMy vote of 5 PinmemberNithin Sundar19:16 14 Feb '11  
GeneralMy vote of 5 Pinmemberhervebags21:56 6 Jan '11  
GeneralMy vote of 5 PinmemberEksith13:00 20 Dec '10  
GeneralA lesson from my current project: Pinmemberaeternam1:25 14 Dec '10  
GeneralMy vote of 5 Pinmemberwizardzz4:43 8 Dec '10  
GeneralMy vote of 5 Pinmemberjim lahey0:57 10 Nov '10  

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.

Permalink | Advertise | Privacy | Mobile
Web04 | 2.5.120528.1 | Last Updated 1 Feb 2010
Article Copyright 2010 by LittleYellowBird
Everything else Copyright © CodeProject, 1999-2012
Terms of Use
Layout: fixed | fluid