DEV Community

Discussion on: Epic code comments

Collapse
 
pilskalns profile image
Andžs

Once I had to take over Android app code from outsourced dev, where still I can't code anything myself.

Lurked through code and found exception handler...

try {
...code of something very very important...
} catch (Exception e) {
// Meh...
}