https://github.com/selectnull/stacktraceart
https://github.com/selectnull/stacktraceart
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/selectnull/stacktraceart
- Owner: selectnull
- License: mit
- Created: 2018-06-28T15:41:02.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-09-18T22:41:39.000Z (over 7 years ago)
- Last Synced: 2025-04-26T03:50:20.049Z (9 months ago)
- Language: JavaScript
- Size: 2.93 KB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Stack Trace Art - The JavaScript Proof Of Concept
=================================================
> Stack Trace Art is, in its essence, the art of throwing an exception
> that creates a beautiful drawing on the caller’s stack trace.
By Igor Rončević, from [Stack Trace Art intro blog
post](http://thehumbleprogrammer.com/stack-trace-art/)
If you want to understand what this is, read the [above
post](http://thehumbleprogrammer.com/stack-trace-art/) first. It's a
wonderfully written story about how an idea about making art via
throwing an exception came to be. Then read about how it works:
[His Majesty, Hangul the Filler](http://thehumbleprogrammer.com/his-majesty-hangul-the-filler/)
JavaScript port
---------------
When I first got introduced to stack trace art, I immediately knew I had
to play with it. So I made this quick and dirty port to JavaScript.
[Original](https://github.com/ironcev/stack-trace-art) is C# based.
License
-------
This work is MIT licensed.