t2v / play2-auth

Play2.x Authentication and Authorization module
Apache License 2.0
608 stars 138 forks source link

"val res" in READ_ME is not understandable #165

Closed JohnReedLOL closed 8 years ago

JohnReedLOL commented 8 years ago

val res = Messages.list(FakeRequest().withLoggedIn(config)(1)) ^ What does "res" stand for? "resistant"? "restraint"? "recessitation"?

Please change it to something more understandable.

scozv commented 8 years ago

result, I think

many times, when the code is only one line, or we need a temporary variable to hold the result value, we name the temporary variable as result

gakuzzzz commented 8 years ago

Yes, it means result