Skip to content

Commit 961ba3b

Browse files
author
MPCoreDeveloper
committed
docs: rename TL;DR heading, remove LinkedIn reference
1 parent 1a2e35f commit 961ba3b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/NULLABLE_VS_OPTIONAL_REBUTTAL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ The argument isn't about *more kinds of absence*. It's about **where** the absen
4242

4343
The statement *"runtime data semantics cannot always be fully proven at compile time"* means exactly this: **the compiler can annotate intent, but it cannot enforce contracts on data it has never seen** (SQL results, JSON payloads, reflection-populated DTOs). `Option<T>` closes that gap by making the proof travel *with the value*.
4444

45-
## TL;DR for LinkedIn
45+
## TL;DR
4646

4747
> **"Aren't nullable types just optional types?"**
4848
>

0 commit comments

Comments
 (0)