the-algorithm/home-mixer/server/src/main/scala/com/twitter/home_mixer/functional_component/decorator/HomeTweetTypePredicates.scala at 7f90d0ca342b928b479b512ec51ac2c3821f5922 · twitter/the-algorithm
Source code for Twitter's Recommendation Algorithm - twitter/the-algorithm
@johnhattan@fribbledom this bit of code is building a giant map from string -> function (candidate -> bool). most of the Scala I've seen in here so far (very little) looks like pretty normal, serviceable Scala code.