One flow I'm trying today: - Write your business logic by hand - Any time you need a function you can't be bothered to implement, use declare const - In another tab, get Claude Code to implement just that function - Go back to writing business logic
16
13
297
23K
111
Download Image
@mattpocockuk Yes! I call this pull oriented development. Start at the end (or the entry point) where the rubber hits the road, (or where the steering wheel meets the hands), and use an imaginary ideal api to build it very clean and simple. Then implement that api later in the same way