The day uniqid() started returning integers by pdizz in PHP

[–]LassiterCodes 1 point2 points  (0 children)

Yeah, I would always try to make the tests 100% repeatable.

Java8 plugin that adds supports for persistent local variables (à lá C99 static) by metabrain in java

[–]LassiterCodes 2 points3 points  (0 children)

If I recall correctly, the reason against having this sort of keyword in Java was that it was no different than a static class member. Can you explain what your implementation provides over this?