Hacker News new | past | comments | ask | show | jobs | submit login

By chaining calls I can just drop in anything that has the correct interface. For example, if I wrote a "to_stdout" function I'd need to modify replicate() in order to use it. This way I can do;

    db.replicate.to_stdout('http://example.com/mydb');



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: