Christopher Wright wrote:
Steven Schveighoffer wrote:
auto reader = file.byLine!("/[.,]/")();

Why specify anything at compile time when a user could reasonably generate the value at runtime?

auto reader = file.byLine(readConfig().separator);

Yes, and for maximum abstraction, the config file should be stored as XML in a TEXT field of a database on another server.

Reply via email to