LostKe / google-collections

Automatically exported from code.google.com/p/google-collections
Apache License 2.0
0 stars 0 forks source link

com.google.common.base.Join suggestions #314

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
I quickly skimmed through the Javadoc, and have some suggestions that go 
with the Join class that I wanted to discuss:

* Perhaps rename it "Joins". Join.join sounds like possible a Star Wars 
character. If you don't use import static, that is.

* Use Builder (syntax to be discussed):
  Joins.join("a","b","c").with(":");
  Joins.flushJoin("a","b","c").with(":").to(myAppender);

Great work, guys. I will be enjoying this library.

Original issue reported on code.google.com by robbie.v...@gmail.com on 13 Sep 2007 at 10:09