jens bendig
Posts: 9
Nickname: jensbendig
Registered: Jul, 2006
|
|
Re: What is the Worst Code You've Ever Seen?
|
Posted: Jan 7, 2007 10:24 PM
|
|
Hello Bill Venners,
I saw a lot of bad code in the last 10 years. And I agree, one can learn a lot out of it. I am actually producing article about the things I´ve learned, coming soon, but I cannot show the code that brought me onto the insignts I gained.
A very shocking thing to me was, that bad coders easily and quickly can dominate a project, maybe that´s the main reason they keep doing it. More shockingly was the fact, that there are quite a lot of people, who just don´t want to improve it. Ignoring Books, Article, Design Principles, etc.
So, working with those programmers can be very painful but this way one gets a very strong and concrete view on what can happen. However, I quit.
All those programmers had something in common: They mentioned things like: "What do you want, it compiles", or "You can name it as you want, names are not important at all", and so on. The main reason for the madness is the lack of some idea, i.e. completeness paired with minimality, or a too formal understanding of encapsulation without without getting in the head that an object represents a concept and so on.
However, I don´t look at the code alone, but also onto the programmer who produced it, and I can say that the way they look at the world is directly related to the way the code looks. Every bad code is bad in his own way. Good codes do have something in common.
Jens
|
|