An open API service indexing awesome lists of open source software.

https://github.com/selectnull/stacktraceart


https://github.com/selectnull/stacktraceart

Last synced: 9 months ago
JSON representation

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.