Page cover

Initial Design of Error Handling Document

The Initial Design of Error Handling Document (or IDoEHD, for short) is a LONG ASS document published by jstmax! in JM-'s Official GitHub repository, detailing about how the error handling system will work in JM-'s initial release.

The IDoEHD can also be referred to as the third part of the IDD, after the IDoLD.

Below there are the first introductive lines of the IDoEHD

/* Initial Design of Error Handling - 20/08/2024
{ jstmax! } @ { 62 69 74 2E 6C 79 2F 6D 78 5F 69 6E 66 6F }

In the IDoEHD we'll discuss about how error handling will work in the initial release of JM-
This document is considerable as the third part of the Initial Design for JM- (or JMDash) Document.

Error handling in JM- works with 3 functions:
`jtry{}`, `jcatch{}` and `jthrow{}`
These three functions are included in the "Built-in" functions, so you do not need to #incd anything to use them in your project.

Here's a quick example of how they work, i'll use this example to show how the C-Like spacing works: */

Last updated

Was this helpful?