in reply to Re: Associative Database
in thread Associative Database

Hi halley,

Having the opening and closing braces {{{ ... }}} can actually be pretty useful, if you're a vim/gvim user.

It implements a mechanism called "folding", whereby one can "fold" multiple lines of text into a single physical line on the screen, making it easier to read the program as a whole.

I can see why it might be distracting if you weren't a vim/gvim user, but its advantages, IMO, far outweigh its disadvantages for those who use this mechanism.


s''(q.S:$/9=(T1';s;(..)(..);$..=substr+crypt($1,$2),2,3;eg;print$..$/

Replies are listed 'Best First'.
Re^3: Associative Database
by DrHyde (Prior) on Mar 20, 2007 at 10:18 UTC
    My vim folds this:
    sub foo { yadda yadda yadda }
    just fine.