Readable is an adjective as in "This is a readable comment."  Reader is a noun 
as in "Frank is a reader of comments." Read is a verb as in "Read this 
comment." 

So what part of speech would interfaces be?  It seems in idiomatic Go they 
would be nouns that can take action. i.e. things that read. Since they are 
defined in terms of functions this makes some sense. Since Frank can read he is 
a reader. 

However if they are nouns that can be acted upon i.e. things that can be read 
then using an adjective makes more sense. This comment is readable. 

Thoughts?

-- 
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