The Artima Developer Community
Sponsored Link

Agile Buzz Forum
Code ain't unstructured data

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
James Robertson

Posts: 29924
Nickname: jarober61
Registered: Jun, 2003

David Buck, Smalltalker at large
Code ain't unstructured data Posted: Mar 12, 2004 10:01 AM
Reply to this message Reply

This post originated from an RSS feed registered with Agile Buzz by James Robertson.
Original Post: Code ain't unstructured data
Feed Title: Avi Bryant
Feed URL: http://smallthought.com/avi/?feed=rss2
Feed Description: HREF Considered Harmful
Latest Agile Buzz Posts
Latest Agile Buzz Posts by James Robertson
Latest Posts From Avi Bryant

Advertisement
Brian Marick points to Carlos E. Perez "defending text files". Carlos writes
The flexibility afforded by text files outweigh the need for structured data stores. The fallacy one needs to recognize is that perfect a-priori domain modeling is a effort in futility.
and then
Eclipse is another good example, with appropiate use of fast intelligent parsers, manipulation of text (i.e. code) has never been so easy.
I'm with him in general - I'm a big fan of systems, from wikis to address books, that deal intelligently with loosely structured input. But those arguments simply don't apply to code. IDEs and source code databases don't impose any structure on code that the language semantics aren't already enforcing; things like method and class boundaries aren't emergent properties of the code, they have to be clearly and explicitly put there by the programmer. What magic increased flexibility am I getting by marking these boundaries with curly braces in a text file? Does Eclipse somehow infer more structure from the text file than VAJ did with its (far superior) method-level source code management? I don't think so.

Ok, that's all the troll feeding I can handle. Back to letting Patrick and James defend the faith.

Read: Code ain't unstructured data

Topic: Sts talk - Paul Baumann, SRP Previous Topic   Next Topic Topic: How To BUild A GUI With Pollock - The Panes

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use