StackRating

An Elo-based rating system for Stack Overflow
Home   |   About   |   Stats and Analysis   |   Get a Badge
Rating Stats for

Dave Griffith

Rating
1527.69 (20,810th)
Reputation
18,809 (7,358th)
Page: 1 2 3 4
Title Δ
What are the disadvantages to declaring Scala case classes? +0.19
Scala, represent pattern of boolean tuple into something else -3.46
Why does Seq[V] not extend Map[Int,V] nor does Set[V] extend Map[V,... +4.14
Why don't Scala Lists have an Ordering? -0.10
Scala + MongoDB: optional fields and immutables +0.68
Differences between pattern matching and unification? -4.31
How to use TailCalls? 0.00
How to unit test package dependencies in Scala? -1.53
Can I define “method-private” fields in Scala? +2.24
scala objects as fields +1.14
What is the idiomatic way of making a String from two Int in Scala? +1.06
How does scala generated byte code drops the checked exception? 0.00
Pros and Cons of choosing def over val -3.33
Why can't I access private class methods in the class's companion o... +4.02
why does this scala by-name parameter behave weirdly -3.33
Is it considered a good style to use whitespace to align the code? -1.10
scala sort a list by object parameter error -0.00
Code Optimization with Scala +0.28
Explicitly defined setter not found in assignment expression +3.69
Use of lazy val for caching string representation +4.03
Why to use empty parentheses in Scala if we can just use no parenth... +3.80
Advantages of subtyping over typeclasses -3.49
Advantages of subtyping over typeclasses +4.18
How can I pass a Scala object reference around in Java? -0.96
How to populate java.util.HashMap on the fly from Scala code? +1.76
How efficient is Scala's compiler at reusing known function results? -2.00
Why does `ScalaObject` exist? -4.11
Is it possible to overload constructors in scala? +3.47
Purpose of "return" statement in Scala? +3.74
Scala "<-" for comprehension -4.10
How to make Scala Power Pack for IntelliJ Idea to work? +4.16
Why does Scala require a return type for recursive functions? +3.92
Does Scala have an operator similar to Haskell's `$`? 0.00
Inheritance and (automatic?) type conversion 0.00
Scala: Why does Seq.contains take an Any argument, instead of an ar... +0.30
Scala framework for a Rest API Server? -1.36
Are there any good Scala-specific frameworks and libraries worth ta... -2.82
Generators for regular classes in scalacheck +0.43
Why does IntelliJ delete my files when I do refactor? So I lost all... 0.00
scala return on first Some in list -2.97
IntMap changes type after innocent mapping 0.00
Is lack of 3rd party libraries preventing you using Scala? -2.54
Is there an API method that compares contents of a Seq irrespective... -1.84
Is it correct to define all classes as cases in Scala just to have... -4.43
Scala equivalent of Google Collections Lists.partition 0.00
Scala Remote Actor Message type woes +3.61
What are the alternatives to subtype polymorphism in scala? 0.00
scala tuple unpacking +4.01
Can I overload paranthesis in Scala? +1.59
Scope of variables inside scala’s case guard statement +3.65