Just curious how often you find yourself applying idiomatic Go patterns to 
other languages? (JavaScript, Python, C#, Java)

For instance returning and handling an error value as opposed to 
throw-try-catch. I understand this isn't the best example since try-catch 
exceptions are more closely aligned to panics, but I do find myself 
returning more error values since using Go.


-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to