Skip to content

Commit b619a25

Browse files
committed
Update essentials.md
1 parent b0e340b commit b619a25

File tree

1 file changed

+1
-1
lines changed
  • content/micropython/03.micropython/01.basics/04. essentials

1 file changed

+1
-1
lines changed

content/micropython/03.micropython/01.basics/04. essentials/essentials.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ In this example:
211211

212212
In MicroPython, exceptions are a powerful way to deal with errors gracefully, ensuring your program doesn’t crash unexpectedly. By catching and handling exceptions, you can recover or retry alternative solutions.
213213

214-
Are we covering exceptions just because it is good practice? **No.** Albeit they may appear scary, exceptions are all bark and no bite. They use logic we are already familiar with, just in a slightly different format, and once you master them, they make debugging your code a breeze making it a very usefull bark.
214+
Exceptions use logic we are already familiar with, just in a slightly different format, and contribute to making more foolproof code.
215215

216216
### Basic Structure
217217

0 commit comments

Comments
 (0)