Lost your password?

Blogs about: Bad Code

Featured Blog

C: Arrays and Increments

pyost wrote 2 months ago: As a part of my Introduction to programming course which I am attending this semester, I learned one … more →

Tags: Programming, C#, arrays, increment, codepad, ++

Bad Code - Bad API, Bad Configuration

sljm wrote 5 months ago: Was trying to use an library/jar file in my project today. The jar was a wrap around to call a webse … more →

Bad code examples (part 2)

noocyte wrote 1 year ago: I just came across some really bad code and I just had to post it right now. Some of the mistakes ha … more →

Tags: code quality, Using

Horrible Code #1

zhanzhuang wrote 1 year ago: This code was pointed out to me: static unsigned int hash(const char *key) { unsigned long hashval; … more →

Tags: dev

Sadly Singleton

Balaji wrote 1 year ago: Here is some code I came across today: public class SingletonWannabe {   private … more →

@ThreadSafe javadoc annotation1 comment

Balaji wrote 1 year ago: Recently I came across this line of code: private static final SimpleDateFormat  … more →

Closing Output Stream in JSP tag

Balaji wrote 1 year ago: Here is a code snippet from a custom JSP tag I ran into today: try { out.write(hoursSelectHTML.toStr … more →

Bad code examples (part 1)

noocyte wrote 1 year ago: So, I’ve been looking through some old code today and I’ve found some pretty good exampl … more →

Tags: Uncategorized

what I did at school today

Bug Girl wrote 3 years ago: I found a huge, gaping hole in a piece of software we use in our office! Basically, it’s very … more →

Tags: Random, Website, HTML, Security


Related Tags
All →

Follow this tag via RSS