```
(cl-letf (((symbol-function 'org-read-date) (lambda (&rest _) "<2023-08-12 Fri>")))
(org-read-date))
```
So... This is how you stub a function in lisp. Mind blown.
I stream over at twitch.tv/trevoke
(work stream things coming soon)
Founder @ Loki Consulting
Give me humane software delivery, martial arts, the game of go and progressive social improvements.
```
(cl-letf (((symbol-function 'org-read-date) (lambda (&rest _) "<2023-08-12 Fri>")))
(org-read-date))
```
So... This is how you stub a function in lisp. Mind blown.
When you hear "mob programming is expensive," "mob programming is inefficient," and "mob programming raises quality at the expense of throughput" you have pretty good odds (at least 90%) that the person speaking has never spent a few months on a pair-programming or mob-programming team nor managed one.
They're confident it's true because
a) someone else said it
b) working together sounds weird
c) they imagine it is probably just like that
After all, they're very smart people, so why would their intuition be wrong?