You Only Hold Four Thoughts Try to multiply 47 by 83 in your head. The answer is not the point. Watch what happens while you reach for it.
Source: [Dev.to](https://dev.to/harryfloyd/you-only-hold-four-thoughts-2p7j)
1 points, 0 comments on Hacker News
1 points, 0 comments on Hacker News
1 points, 0 comments on Hacker News
1 points, 0 comments on Hacker News
1 points, 0 comments on Hacker News
A Practical Guide to Faster, Deterministic Flutter & Dart Unit Testing If you’ve ever written unit tests for classic package:bloc applications using bloc_test , you know the drill: build your BLoC, dispatch an event in act , and assert state emissions in expect . Under the hood, classic BLoC pro...