Need an Idea for a Project? just Pick One.

Since the days still only contain 24hours (sometimes they even steal a second) I don’t have the time to put most of my weird ideas into reality. So here are some of my ideas for you to pick and to become rich and famous or one of the thousands of sole open source developers that [...]

Posted in: Creativity, Softwareentwicklung by Jens Schauder No Comments

Database Version Management … Again

 Pramod Sadalage author of Refactoring Databases: Evolutionary Database Design forwarded an email to the agiledatabases group announcing a new database migration tool (note: the tool is NOT writen by Pramod): dbmaintain
While I am glad that there are others worrying about the lack of basic software development tools in the database realm, I still think we [...]

Logging

Stephan Schmidt writes about logging in his latest article. I think he has 7 mostly valid points and even 7 more in an older post, but there is one advice that is missing, which also invalidates one of his points:
Use different logging hierarchies
Why? Well Stephan writes in the first article:
Logging in web applications is important [...]

Posted in: Design, Softwareentwicklung by Jens Schauder 2 Comments

Code Coverage for Oracle

I try to minimize the use of database specific programming languages like PL/SQL. It is just annoying to work with a language that is just badly designed and has hardly any serious tool support. It (and the IDEs around it) is lacking in so many ways. All the things I would expect from the most [...]

Posted in: Datenbank, Softwareentwicklung by Jens Schauder 1 Comment

Programming should be Taught just as a Craft

As everybody in the IT blogosphere knows by now Jeff Atwood started quite some discussion with his opinion that there might be too many rules out there for developers to follow. I think the opposite is true. I think the IT industry is still a mess because 90% of the members of this industry do [...]

How to Use Key Figures and How Not to Use Key Figures

Possibly the worst idea ever conceived in business is the idea to link payment to key figures. Why? Because it can only work for a single key figure: company profit, assuming that the main purpose of the company in question is to maximize company profit in the long run. If you link that number to [...]

Don’t Keep your Tests Green

Wait … wasn’t that ‘Keep your tests green’? Of course I agree, if 50% of your tests are red all the time you have a problem. BUT if 100% of the tests are green all the time, then how do you know they can actually detect the errors they are supposed to cover? Simple answer [...]

Posted in: Quality Management, Softwareentwicklung by Jens Schauder No Comments