Tagged in

Programming

shunys tech adventure
shunys tech adventure
Engineering efforts that I make
More information
Followers
4
Elsewhere
More, on Medium

Notes on Clean Code — Ch.7 Error Handling

This is my note on Clean Code by Robert C. Martin.

This chapter is all about error handling. In my personal projects, I often ignore importance of error handling, so this is definitely important chapter for me.