0age pfp
0age
@0age
some tips if you’re letting AI take the wheel on writing code (cursor composer, windsurf, etc): write an overview doc with a checklist first use strongly-typed languages (ts, rust, etc) start with tests, lint, code formatting use git (obviously) & commit often set up pre-commit hooks and CI for all of the above
3 replies
8 recasts
80 reactions

0age pfp
0age
@0age
share your workflow / preferred providers / tools of the trade too 🦾
2 replies
0 recast
10 reactions

artlu pfp
artlu
@artlu
with these, I can imagine delightful testing in the distance (it's still painful): - vitest on ts - nose on python (not strongly typed but it's ok with me)
0 reply
0 recast
1 reaction