Live data from Hacker News

Designing a Dataflow Editor with TypeScript and React

research.protocol.ai

1–10 of 20 posts

Re: Designing a Dataflow Editor with TypeScript and React

#5
post #3

"Our broader goal in writing this up was to illustrate some higher-level TypeScript features and type-driven design patterns in the practical context of modern web development." Is type-driven design a think? For me it's just development ...

It's rarer these days, but there are still plenty of devs who don't think static types are important.

Re: Designing a Dataflow Editor with TypeScript and React

#6
post #3

"Our broader goal in writing this up was to illustrate some higher-level TypeScript features and type-driven design patterns in the practical context of modern web development." Is type-driven design a think? For me it's just development ...

Yeah, check out Type Driven Design with Idris or this presentation https://fsharpforfunandprofit.com/ddd/

Re: Designing a Dataflow Editor with TypeScript and React

#8
post #5
post #3

"Our broader goal in writing this up was to illustrate some higher-level TypeScript features and type-driven design patterns in the practical context of modern web development." Is type-driven design a think? For me it's just development ...

It's rarer these days, but there are still plenty of devs who don't think static types are important.

Is it rarer because of all the devs who decided that static types are a substitute for unit tests?

Re: Designing a Dataflow Editor with TypeScript and React

#10
post #8
post #5

Earlier quoted context omitted.

It's rarer these days, but there are still plenty of devs who don't think static types are important.

Is it rarer because of all the devs who decided that static types are a substitute for unit tests?

I think the reverse is more common.
Post reply on HN