บทวิจารณ์สำหรับ Multiple Windows, Single Session
Multiple Windows, Single Session โดย losnappas
1 บทวิจารณ์
- ได้รับการจัดอันดับ 4 จาก 5โดย Caio, 5 ปีที่แล้วIt really needs 20k lines of script to do it? You wrote it? I was just impressed examining the source code
การตอบกลับของนักพัฒนา
โพสต์เมื่อ 5 ปีที่แล้วMost definitely doesn't.
But I wrote it in purescript, which is like a haskell that's compiled to JS.
So the source is transpiled (automatically generated), and that's what happens there. In vanilla JS, this would be like, idk, probably 100 loc.