Closed thekid closed 6 years ago
I'm a bit skeptical about eval()
- what error message will a user of the library see in case of a syntax error? Will it be helpful in finding out what needs to be fixed?
@mikey179 I've been brainstorming about improvements to the config file format in #20. Maybe type=class and type=instance bindings should be done in code, and the config files focus only on named strings...
The following is the equivalent of binding
new SessionServer('sessions.server.lan', ['172.17.'])
:This makes code like this obsolete: