Roast topics
Find topics
Roast it!
Roast topics
Find topics
Find it!
Login
From:
Total TypeScript
(Uncensored)
subscribe
Ensure that all call sites must be given value (tip)
https://www.totaltypescript.com/tips/ensure-that-all-call-sites-must-be-given-value
links
backlinks
This one little tip has saved me hours of refactoring time. Passing string | undefined instead of ?: string ensures that ALL call sites must be given a value.