-
As pointed by @jonathantneal:
> "Tip 21 is a lie".
I started researching more about it and I found some opinions:
Max Howell:
> "In modern browsers the performance impact is negligible, provided…
-
The _TEST global is only visible inside of a test (inside an `it()` callback).
It should be visible at the global level (i.e. when I `require "mylib"` at the top of the file, or inside a `describe()`)…
-
apart from issue #64 the move to cemerick.url broke clutch.utils/url even more: previously the default port when not given was 5984, now this has to be explicitly specified
p.s. what's that with peop…
-
should not print debug/info to system.out. Use a logger, and if you want to print to stdout, let the logger do it. Easier to change where your logging goes that way, look into slf4j
-
ListEventListener:
It is mandatory that the calling thread has obtained the write lock
on the source list. This guarantees the listener can read and write the
source list without obtaining any fu…