Y
Hacker News
new
|
ask
|
show
|
jobs
by
redisman
1734 days ago
Most of all, it’s simple. You can’t do fancy and clever stuff which might feel bad in the moment but 6 months from now you’ll be much happier to read the simple but slightly verbose version.
2 comments
elementi
1734 days ago
I agree at 2000%!
link
Scarbutt
1734 days ago
I wouldn't call Go 'slightly verbose'.
link
adtac
1734 days ago
Show me the least verbose way to process things in parallel in Python and I'll show you the least verbose way to do it in go:
go f()
link