DEV Community

Discussion on: What do you dislike about your favorite language?

Collapse
 
kbono profile image
Jose Manuel Viloria

This is my pain.

err := functionThatCanAndWillFail()
if err != nil {
   // Handle the error
}
Enter fullscreen mode Exit fullscreen mode

Though It feels like the code flow without having weird exceptions here and there, but still, you know (!!!).

Collapse
 
yusufkolawole profile image
Yusuf Kolawole

I really like Go..just 15days on it though

Collapse
 
siradji profile image
Suraj Auwal

I feel your pain. I recently started playing with go and I'd say, error handling is a rather bad.

Collapse
 
kenbellows profile image
Ken Bellows

Which language is this?

Collapse
 
rhymes profile image
rhymes