t2v / play2-auth

Play2.x Authentication and Authorization module

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

"val res" in READ_ME is not understandable

JohnReedLOL opened this issue · comments

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

Please change it to something more understandable.

commented

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

Yes, it means result