http://www.perlmonks.org?node_id=645797


in reply to Re^6: I dislike object-oriented programming in general
in thread I dislike object-oriented programming in general

Uh, sorry, I wasn't entirely clear. I didn't mean it makes sense to store some 10 or 20 million pairs of floating point values in human-readable form. There is simply a curious discrepancy between using binary data (albeit encoded in ASCII) in a file format that is supposed to be human-readable -- where readability does not really mean human-usable as such. Of course you need computers and software if you want to analyze millions of peaks.

--
print "Just Another Perl Adept\n";

  • Comment on Re^7: I dislike object-oriented programming in general

Replies are listed 'Best First'.
Re^8: I dislike object-oriented programming in general
by BrowserUk (Patriarch) on Oct 18, 2007 at 18:21 UTC

    Okay, I get where you are coming from. Though there is something to be said for keeping meta-data together with the data it describes, and there is the benefit of being able to read the meta data (using head or similar) without parsing the entire file.


    Examine what is said, not who speaks -- Silence betokens consent -- Love the truth but pardon error.
    "Science is about questioning the status quo. Questioning authority".
    In the absence of evidence, opinion is indistinguishable from prejudice.