You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to pi...@googlegroups.com
i think not having types be explicit but be invisibly inferred is very bad DX in anything other than extreme short term.
Mike Austin
unread,
Feb 26, 2026, 1:40:52 PM (9 days ago) Feb 26
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to PiLuD
Do you mean all variables being explicitly typed? That would be way too much typing.
let foo = someRandomFunction();
As long as I can hover over and use code completion, I'm good.
Raoul Duke
unread,
Feb 26, 2026, 1:50:18 PM (9 days ago) Feb 26
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to pi...@googlegroups.com
just too many dx failure modes. i've been in too many situations where the dev environment doesn't know / is misconfigured/ is bleedin hard to ever configure right. let alone all the times i need to mess with the code outside an ide.