Probably the best is learning null-safe types and why it is important for basic hygiene. When you don't learn elementary type-safety, you create languages like Java and Go which are plagued with NullPointerException's…
Probably the best is learning null-safe types and why it is important for basic hygiene. When you don't learn elementary type-safety, you create languages like Java and Go which are plagued with NullPointerException's…