DEV Community

Discussion on: Dec. 20, 2019: What did you learn this week?

Collapse
 
leocolman profile image
Leonardo Colman Lopes

I learned that things are not always what they say they are.

This is probably a lesson I should have learned long ago, but... Don't trust software documentations.

They just lie to you.


I didn't want to fill my code with try catches, so I implemented it exactly as the documentation told me. I'm now filling my code with try catches after things didn't come the way they told me they would.