witty-crayon-22786
10/03/2019, 9:43 PMhermeticity
when referring to an environment in general means "clean" or "isolated"witty-crayon-22786
10/03/2019, 9:43 PMreproducible
, in generalwitty-crayon-22786
10/03/2019, 9:44 PMaloof-angle-91616
10/03/2019, 9:44 PMhundreds-breakfast-49010
10/03/2019, 9:45 PMwitty-crayon-22786
10/03/2019, 9:45 PMwitty-crayon-22786
10/03/2019, 9:46 PMwitty-crayon-22786
10/03/2019, 9:47 PMwitty-crayon-22786
10/03/2019, 9:47 PMaloof-angle-91616
10/03/2019, 9:47 PMwitty-crayon-22786
10/03/2019, 9:50 PMwitty-crayon-22786
10/03/2019, 9:50 PMwitty-crayon-22786
10/03/2019, 9:50 PMred-balloon-89377
10/04/2019, 1:41 PMred-balloon-89377
10/04/2019, 1:41 PMaverage-vr-56795
10/04/2019, 1:58 PMaverage-vr-56795
10/04/2019, 1:58 PMio_pool
which will avoid blocking the general future executorred-balloon-89377
10/04/2019, 2:06 PMred-balloon-89377
10/04/2019, 2:06 PMred-balloon-89377
10/04/2019, 2:06 PMaverage-vr-56795
10/04/2019, 2:11 PMaverage-vr-56795
10/04/2019, 2:32 PMaloof-angle-91616
10/04/2019, 4:14 PMaloof-angle-91616
10/04/2019, 4:14 PMaloof-angle-91616
10/04/2019, 4:16 PM.collect()
method instead of automatically collecting, it’s just a statement about the stdlib & culture of the languages in generalhundreds-breakfast-49010
10/04/2019, 6:15 PMaloof-angle-91616
10/04/2019, 6:16 PMhundreds-breakfast-49010
10/04/2019, 6:16 PMfilter
will return a (potentially-smaller) array, and then the second filter
will iterate over that smaller arrayhundreds-breakfast-49010
10/04/2019, 6:17 PMfilter
would create an iterator object that the second filter
would also iterate over, but I don't think it reduces the amount of total iterationaloof-angle-91616
10/04/2019, 6:17 PMa.filter(x => f(x) && g(x))
, where the iteration only occurs once