Live data from Hacker News

Show HN: Cascii – A portable ASCII diagram builder written in vanilla JavaScript

github.com

51–54 of 54 posts

Re: Show HN: Cascii – A portable ASCII diagram builder written in vanilla JavaScript

#53
post #22

Earlier quoted context omitted.

It's a single 4992 line HTML file, which is the source code, making a lot harder to contribute to or maintain. I'd like it a bit more (and I might even contribute) if it had at least some separation of concerns, and a simple build system even if the build system is just a bash command to concatenate source files into one HTML file (if having 1 HTML file is somehow very important, but it's not).

> if having 1 HTML file is somehow very important, but it's not It is.

As a payload that's great. As a source code file, not so great.
Post reply on HN