← Back to context

Comment by 0points

6 days ago

> Been vibe coding for the past couple of months on a large project.

> Half a million lines of code in a couple of months by one dev.

smh.. why even.

are you hoping for investors to hire a dev for you?

> The best use case is to let it generate the framework of your project

hm. i guess you never learned about templates?

vue: npm create vue@latest

react: npx create-react-app my-app

Terrible examples. lol. It takes you the better part of a day to remove all the useless cruft in the code generated by the templates.