由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - 这次Scala又被吐槽了,too complex
相关主题
大牛给讲讲monad吧?Scala / Java 哪个 numerical library 最好?
Scala 1-star, would not program again继续纠结spark
Scala is simple, but not trivial. It’s sophisticated, but not complex.请教一个parser的问题
玩Scala需要学习Scalaz吗?一个用java写spark应用的问题
大牛对Scala的type system如何评价?databrick的scala style guide
why Scala is terrible大家讨论一下其他语言需要Spring这种东西吗?
node太牛逼了,这次把Scala也给干了scala next steps
help abt C++Scala会不会把Java搞成第二个C++
相关话题的讨论汇总
话题: scala话题: too话题: code话题: complex话题: 吐槽
进入Programming版参与讨论
1 (共1页)
p*****2
发帖数: 21240
1
http://zeroturnaround.com/rebellabs/scala-programming-a-guide-t
建议不要用一下feature
SBT – Simple Build tool
Scalaz
Category theory
Libraries that overuse “operator overloading”
Collections of library Source code
The cake Pattern
The Kingdom of Verbs
Too Functional or too type Safe code
H****S
发帖数: 1359
2
你想用scala写java code,feel free to do so,全部用var就好了。你想用ivy管理
dependencies,feel free to do so,scala dependency记得加_ver就好了。至于那些
吐槽advanced feature太复杂的,不用就好了,等习惯了在上。我开始接触python
decorator的时候,完全无法理解。现在写的script每个class method上架一堆
decorator,with and without additional input param。你说这些decorator会让你
程序更快吗?probably not。然而用了以后程序可读性大大增加。很多scala advanced
feature是一样的道理。

【在 p*****2 的大作中提到】
: http://zeroturnaround.com/rebellabs/scala-programming-a-guide-t
: 建议不要用一下feature
: SBT – Simple Build tool
: Scalaz
: Category theory
: Libraries that overuse “operator overloading”
: Collections of library Source code
: The cake Pattern
: The Kingdom of Verbs
: Too Functional or too type Safe code

g*****g
发帖数: 34805
3
You write the code, and the whole team is supposed to understand/maintain
your code, maybe long after you are gone. Complexity is definitely a risk.

advanced

【在 H****S 的大作中提到】
: 你想用scala写java code,feel free to do so,全部用var就好了。你想用ivy管理
: dependencies,feel free to do so,scala dependency记得加_ver就好了。至于那些
: 吐槽advanced feature太复杂的,不用就好了,等习惯了在上。我开始接触python
: decorator的时候,完全无法理解。现在写的script每个class method上架一堆
: decorator,with and without additional input param。你说这些decorator会让你
: 程序更快吗?probably not。然而用了以后程序可读性大大增加。很多scala advanced
: feature是一样的道理。

c******o
发帖数: 1277
4
QUOTE
We think the following parts of the Scala ecosystem are better avoided when
just starting out
/QUOTE
"when just starting out"
q*c
发帖数: 9453
5
and the worst part is...there are 20 people, and scala let them complex in
20 different ways.
it is sca-la --- a scalable complexity language. I do not mind learning, but
hate to learn someone's "style" again and again and again.

【在 g*****g 的大作中提到】
: You write the code, and the whole team is supposed to understand/maintain
: your code, maybe long after you are gone. Complexity is definitely a risk.
:
: advanced

1 (共1页)
进入Programming版参与讨论
相关主题
Scala会不会把Java搞成第二个C++大牛对Scala的type system如何评价?
Scala,F#或haskell怎么用DI?why Scala is terrible
一个Python 的Berkeley DB的问题node太牛逼了,这次把Scala也给干了
maven一问help abt C++
大牛给讲讲monad吧?Scala / Java 哪个 numerical library 最好?
Scala 1-star, would not program again继续纠结spark
Scala is simple, but not trivial. It’s sophisticated, but not complex.请教一个parser的问题
玩Scala需要学习Scalaz吗?一个用java写spark应用的问题
相关话题的讨论汇总
话题: scala话题: too话题: code话题: complex话题: 吐槽