GeekArticles
XML
Core XMLThe Angle Bracket Tax or YAML/Developer Blinders?
Author: oreillynet.com |
Published: 18th May 2008 |
Visited: 91 times |
Add CommentFiled in: Core XMLWe easily forget, and I have been guilty of this many times, that technology serves business and not the other way around. YAML? Are you kidding me? Computers are fast and disk storage is cheap so I really am not interested in such minor efficiencies. Using indentation to distinguish hierarchy in data? That is very risky! This is not a programming language like Python that is guaranteed to be run through a compiler. In the data you must have explicit declaration of syntax NOT implicit. Again, if you are thinking like a developer your brain says "hey, I can save those angle brackets and not have to type them" or "I can save that closing tag so I don't 'waste' my precious time." Please ... those angle brackets and that closing tag make the data demarcations explicit. That is more important than a developer saving five keystrokes per line.
Read Article Sponsored Links
Related Articles
• JavaOne 2008, Day 3: Hosted Developer Tools
Software-as-service (SaaS) has started to permeate the field of software development tools, says Atlassian's Jeffrey Walker in this interview with Artima. Walker describes important characteristics of hosted developer tools, and highlights the need for such tools to integrate well with locally ...
• ODP.NET Developer’s Guide Review ODP.NET Developer’s Guide
Oracle Database 10g Development with Visual Studio 2005 and the Oracle Data Provider for .NET
ODP.NET Developer’s Guide: Oracle Database 10g Development with Visual Studio 2005 and the Oracle Data Provider for .NET is a book written by Jagadish Chatarji...
Visi ...