issues
search
alexandru
/
scala-best-practices
A collection of Scala best practices
4.39k
stars
623
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
fix logos and pdf links
#71
joaovgp
opened
2 years ago
0
Update 4-concurrency-parallelism.md
#70
gravetii
opened
3 years ago
0
Fix link to external scala spec pdf
#69
siudeks
opened
3 years ago
0
Revert section that said implicit parameters must be in a second group
#68
niij
closed
3 years ago
2
Update 2-language-rules.md
#67
RuoyuDai
closed
5 years ago
0
#61 Suggestion SHOULD NOT use scala.App
#66
Slakah
closed
5 years ago
0
FIX README to 2.20 Link
#65
Slakah
closed
4 years ago
0
[question] Usage of return
#64
franklinchou
opened
5 years ago
1
Error hierarchy
#63
fokot
closed
5 years ago
1
Typeclass instance location
#62
kidonm
closed
5 years ago
0
Suggestion SHOULD NOT use scala.App
#61
Slakah
closed
5 years ago
1
Replace tabs with spaces in language rules
#60
Oedipus-zz
closed
4 years ago
2
Usage of underscore
#59
frgomes
opened
5 years ago
0
Update 2-language-rules.md
#58
samthebest
closed
4 years ago
1
Change date
#57
mycaule
closed
4 years ago
1
Rule: case classes should be final
#56
kusumakarb
closed
6 years ago
3
Add a rule: case classes SHOULD be final
#55
jordanobodh
closed
6 years ago
4
removes all explicit section headers
#54
wookietreiber
closed
4 years ago
3
adds section about head/tail and init/last decomposition
#53
wookietreiber
closed
6 years ago
1
explicit section/subsection numbers make it harder to contribute
#52
wookietreiber
opened
6 years ago
2
Add `2.20 Must not use Seq.head` rule
#51
valydia
closed
6 years ago
8
Add a rule for NOT using Seq.head
#50
valydia
closed
6 years ago
1
Add JMH and Scala Meter references
#49
satybald
closed
7 years ago
3
Reference to JMH, Scala Meter
#48
satybald
closed
7 years ago
2
Update README.md
#47
sergiuszkierat
closed
7 years ago
0
2.3 Clarity
#46
aemc
closed
7 years ago
2
2.11: Favour java.time over joda-time :watch: (fixes #44)
#45
jjst
closed
7 years ago
1
Update rule 2.11 to discourage use of joda-time in favour of java.time
#44
jjst
closed
7 years ago
3
2.17 Nested case classes?
#43
macalinao
opened
7 years ago
1
Scala `return` actually throws `NonLocalReturnControl[A]` now
#42
zhenglaizhang
opened
7 years ago
0
Fixed example from the Cake pattern section
#41
azhur
closed
8 years ago
0
Update Play reference and typo in 4-concurrency-parallelism.md
#40
wslulciuc
closed
8 years ago
3
remove redundancy
#39
clayrat
closed
8 years ago
1
Rule 5.1 needs a *good* example
#38
ches
opened
8 years ago
1
Adding example for nesting value classes in package objects
#37
alexflav23
closed
8 years ago
1
3.4. SHOULD be mindful of the garbage collector — Incorrect example
#36
Aivean
opened
8 years ago
2
IMPORTANT: Rewriting history of repository
#35
alexandru
closed
8 years ago
2
Rule about updating a var for loops or conditionals
#34
JGailor
opened
8 years ago
17
Add a rule about best / bad practices for implicits and context bounds
#33
staslev
opened
8 years ago
7
Added a note about avoiding ConfigFactory.load()
#32
staslev
closed
8 years ago
6
Fix typo
#31
Wintus
closed
8 years ago
0
Add a Gitter chat badge to README.md
#30
gitter-badger
closed
8 years ago
0
Akka Streams
#29
pvoznenko
closed
8 years ago
2
Add Japanese translation
#28
fjtkfm
closed
9 years ago
3
Rule 3.1 example?
#27
iamthiago
closed
8 years ago
3
use proper name of method to get assets
#26
speedcom
closed
9 years ago
0
Add rule on not doing TODO comments
#25
alexandru
opened
9 years ago
1
Use if-else vs pattern matching for booleans
#24
smajithia76
opened
9 years ago
8
Writing effective tests?
#23
utsengar
closed
5 years ago
5
Fixing suggestion for non hardcoded thread pools to avoid jamming implicit resolution.
#22
alexflav23
closed
8 years ago
3
Next