logoalt Hacker News

accruallast Friday at 2:40 PM1 replyview on HN

Indeed, I've worked on billing system that relied heavily on pure JavaScript. Not even modern flavors with map/reduce, etc. - ECMAScript 5. It worked surprisingly well and our bottleneck wasn't the runtime but rather the databases we were constantly upserting to.

It sounds kinda crazy but with good change control, documentation, good relationship with the ETL team - it was pretty maintainable.


Replies

nobodyandproudlast Friday at 4:11 PM

Any chance it uses Rhino?