calle
· 33w
Currently, my life choices oscillate between
- Hand-code it and get it right the first time but spend 4 hours trying to understand how this obscure javascript framework works?
- Vibe-code it in 5 min...
1. Define the desired outcome
2. Chat with AI about the outcome on a higher level and let it create an example. This will help you understand what the code does.
3. Hand write the desired code or let AI create the boilerplate and add your own touches.
4. Let AI review
5. Commit