▲ | subarctic 5 days ago | |||||||||||||||||||
Setting up a linter, formatter and having a lot of strict type checking are really helpful when using an llm to generate code, just like they are when you start receiving contributions from people who don't know or don't agree with the style rules that you implicitly follow. As are tests. Basically anything automated that helps ensure the right style and behaviour of your code becomes very useful with coding agents as they can just run whatever command you tell them to check for issues and/or fix them if possible. | ||||||||||||||||||||
▲ | arduanika 5 days ago | parent | next [-] | |||||||||||||||||||
I believe you that these tools help a lot, but they would not prevent ~any of the examples listed in the article (under "The smell of vibe coding"). | ||||||||||||||||||||
| ||||||||||||||||||||
▲ | antihero 5 days ago | parent | prev [-] | |||||||||||||||||||
This just masks the problem. |