Skip to content

Commit

Permalink
Prevent errror hitting chrome console.
Browse files Browse the repository at this point in the history
  • Loading branch information
wmealing committed Sep 8, 2024
1 parent e56164d commit 0fbe62b
Show file tree
Hide file tree
Showing 2 changed files with 67 additions and 64 deletions.
126 changes: 63 additions & 63 deletions index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion index.org
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,13 @@

#+SETUPFILE: "./setupfile.org"
#+HTML_HEAD: <meta name="description" content="Wade Mealings documentation" />
#+HTML_HEAD_EXTRA: <meta http-equiv="Content-Security-Policy" content="default-src 'self'; img-src https://*; child-src 'none';" />
#+HTML_HEAD_EXTRA: <meta http-equiv="Content-Security-Policy" content="style-src-elem; img-src https://*; child-src 'none';" />


* [[https://wmealing.github.io/custom-software-errors.html][The best error messages ive ever seen]]
:LOGBOOK:
- Note taken on [2024-09-08 Sun 21:42]
:END:

Writing clear and effective error messages is a crucial skill for any programmer, no matter what the language. Well-crafted error messages will
improve the usability of software by guiding users to understand and resolve issues quickly. A good error message not only informs the user about
Expand Down

0 comments on commit 0fbe62b

Please sign in to comment.