What’s on the Error Handling poster
Exceptions against Return values, side by side.
- Exceptions: Python, Java, JavaScript, C#
- Exceptions: try / catch / finally
- Exceptions: Propagate automatically until caught
- Exceptions: Easy to ignore accidentally
- Exceptions: Stack traces come free
- Return values: Go, Rust, Elm
- Return values: if err != nil / Result<T, E>
- Return values: Must be handled at every call
- Return values: Impossible to ignore silently
- Return values: Verbose by design
- Both work. What fails is the middle ground: catching broadly, logging, and carrying o…
Never swallow an error without either handling it or re-raising it. An empty catch block is a future outage.
Questions about the Error Handling poster
- What’s on the Error Handling poster?
- Exceptions against Return values, side by side. Exceptions: Python, Java, JavaScript, C#; Exceptions: try / catch / finally; Exceptions: Propagate automatically until caught; Exceptions: Easy to ignore accidentally; Exceptions: Stack traces come free; Return values: Go, Rust, Elm; Return values: if err != nil / Result<T, E>; Return values: Must be handled at every call; Return values: Impossible to ignore silently; Return values: Verbose by design; Both work. What fails is the middle ground: catching broadly, logging, and carrying o…. Never swallow an error without either handling it or re-raising it. An empty catch block is a future outage.
- Who is the Error Handling poster for?
- Error Handling belongs to the Computing section rather than to a school year, because computing is not something one grade owns. Anyone learning languages can pin it up — a beginner, a student mid-course, or someone revising years later.
- When should you use the Error Handling poster?
- Catch only what you can act on. A catch that logs and continues usually hides a bug. A wall chart earns its place by being glanceable from where the work is happening, so Error Handling belongs on the wall where that computing work actually happens, within glancing distance, rather than filed away.
- What other posters go with Error Handling?
- REST API Design, Bash Scripting and Branching Models sit alongside Error Handling in the Computing section. Printed together they make a wall rather than a single sheet, which is how a reference set actually gets used.REST API DesignBash ScriptingBranching Models
- Is the Error Handling poster free to download and print?
- Yes. Error Handling downloads as a free PDF with no account, no email and no watermark, like everything else in the Computing section. Print as many copies as you like for a home, a classroom, a library or a tutoring group; reselling the file is the only thing the licence rules out.Read the licence
- What size does the Error Handling poster print at?
- Error Handling is a vector PDF laid out for US Letter, and prints on A4 with Fit to page — the same file, no separate download. Because every mark on it is drawn rather than photographed, it stays sharp enlarged to A3, A2 or A1 at a copy shop. Colour carries emphasis only, so a greyscale print of Error Handling loses nothing.Printing guide
Related posters
Charts that sit alongside Error Handling on the same wall.
Browse every Computing poster, or start from the full catalogue.