I was expecting to see some advanced Emacs / vim or whatever texteditors or IDE support for refactoring Go code.
Not just manual extraction of common behavior into a tinier interface.
But I'm more and more impressed by Go and may give it a try one of these days.
How could anyone refactor something like this in Python
getattr(myobj, 'myprop', None)
Where mypropis dynamically generated?
Vim plugin. No refactoring available yet: http://go-lang.cat-v.org/text-editors/vim/
Eclipse plugin. No refactoring available yet: http://code.google.com/p/goclipse/
Others (afaik- no refactoring available yet): http://go-lang.cat-v.org/text-editors/
I was expecting to see some advanced Emacs / vim or whatever texteditors or IDE support for refactoring Go code.
Not just manual extraction of common behavior into a tinier interface.
But I'm more and more impressed by Go and may give it a try one of these days.