Hacker News new | ask | show | jobs
by jatins 1529 days ago
Probably works for a certain class of projects, but not for many.

For example just recently Zas editor[0] was on HN whose developer spent >1 year building it. How do you restrict that to a weekend?

Similarly the creator of bun.sh[1] (Javascript build+runtime) has been working 80 hour weeks on it for 6+ months.

Ambitious projects like those _will_ take time.

[0] https://news.ycombinator.com/item?id=30952084 [1] https://bun.sh/

1 comments

The way to go about those is to break them down into pieces.

How do I compile I GUI app for Mac? How do I create a plaintext editor? How do I expose a Go parser?

Continue with each feature.