Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 986 Bytes

File metadata and controls

26 lines (19 loc) · 986 Bytes

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

If you want to understand what this is, read the above post 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

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 is C# based.

License

This work is MIT licensed.