|
|
|
|
|
by trhway
3886 days ago
|
|
i want it! it will increase my job security with features like this : == String name => firstName + " " + lastName; And an assignment: String name = firstName + " " + lastName; In the first example, the expression is recomputed every time name is evaluated. In the second example, the expression is computed once and the result assigned to name. == A function which looks like just a variable and recomputed each time! Happy debugging my code, suckers! |
|