Files? We Don't Need No Stinking Files

February 10, 2005

Patrick Logan points to an MSDN article containing this quote:

It seems clear that the file is a relic that has outlived its usefulness for software development.

WTF?? What a great idea: Let’s replace something that has been proven to work in an interoperable way between a multitude of different implementations with some half-assed API-driven magic … er … why do I suddenly feel that someone, somewhere, will start to giggle with girlish glee while reading this?

;-)

About

This page contains a single entry from Stefan Tilkov's Random Stuff posted on February 10, 2005 10:58 PM. The previous post in this blog was Angle Brackets, Please. The next post in this blog is XML First. Many more can be found on the main index page or by looking through the archives.

Comments

This strongly reminded me of Smalltalk in general and Squeek in paticular.

Forth also alows you to keep adding to some image where ever more words that build upon one another make it grow into your application. There are current successors like Slava Pestov’s Factor.

Due to the inherent danger of being left with nothing but a broken binary, you kept the sources around in files though.

Posted by: Martin Fehlhaber at February 11, 2005 10:20 AM | link

I just thought of IBM’s VisualAge for Java. There always seemed to be to much trouble lurking in the way the did things and I lost my Workspace more than once. Whenever you changed a thing it was compiled immediately and the results reflected in the IDE. There were people around who regarded this behaviour to be essential for their productivity.

Posted by: Martin Fehlhaber at February 11, 2005 4:57 PM | link

Yes, Visual Age cured me of the idea that moving away from files was a good thing, too. It’s simply a pain to integrate tools, and there’s such an impossible number of them that’ll work on a file basis — there’s simply no way that could be replicated based on a more specific API.

Posted by: Stefan Tilkov at February 11, 2005 5:18 PM | link