retiolus to Programmer [email protected] • 5 months agoWorst is UTC vs GMTi.ibb.coimagemessage-square208fedilinkarrow-up1938arrow-down153
arrow-up1885arrow-down1imageWorst is UTC vs GMTi.ibb.coretiolus to Programmer [email protected] • 5 months agomessage-square208fedilink
minus-squareRikudou_Sagelinkfedilink2•5 months agoOr just implement null as a separate type, as php does. Then you have to accept string | null (or its shorthand, ?string) if you want nulls.
Type-safe lipstick :)
Or just implement null as a separate type, as php does. Then you have to accept
string | null
(or its shorthand,?string
) if you want nulls.