|
|
|
|
|
by joev
5404 days ago
|
|
David is spot on when it comes to the complexity of the documentation; it's great that it's exhaustive, but it would be nice to have the "here's how to use it" documentation near the "here's how to implement your own collection type" doc. Another trend I see in Scala is the abuse of symbols-as-method names. I see a lot of Scala (and Lift) code that looks like val foo = bar ~-> 45 <~< "Fred" %% x
with little commonality of convention. |
|