Open aadcg opened 3 months ago
Instead of relying on eval from server.js, we could use Node's REPL library.
eval
server.js
It would have saved us from the %quote-js and other quirks. Let's keep the idea in the back of our heads and commit to it if we find more issue along the way.
%quote-js
Instead of relying on
eval
fromserver.js
, we could use Node's REPL library.It would have saved us from the
%quote-js
and other quirks. Let's keep the idea in the back of our heads and commit to it if we find more issue along the way.