DEV Community

Discussion on: Handling exceptions in Python a cleaner way, using Decorators

Collapse
 
serhatteker profile image
Serhat Teker • Edited

Just one advise: if you add 'python' to your 'codeblock's:

'''python
<your py code>
'''

Your code will be more readeble: I believe there are some people- like me, who can't read code well without syntax highlighting :)

Collapse
 
shivambats profile image
shivambats • Edited

Thanks for the suggestion. I made the changes!

Collapse
 
serhatteker profile image
Serhat Teker

Seems cool. +Good read!