7 ms·
What is the purpose of declaring an sj_Reader object with an sj_read method if you don't support lazy parsing? Seems like you could tighten up the code by comb
by queuebert 1y ago
What is the purpose of declaring an sj_Reader object with an sj_read method if you don't support lazy parsing? Seems like you could tighten up the code by combining the declaration and parsing into one subroutine.
- teo_zero 1y agoTotally agree! I've never understood the beauty of singleton objects.