Test code is essential at VibeCoding.
Translated by GPT
Test Code is Essential in Vibe Coding
At some point, I realized that I wasn’t writing test code as often. It seems that the mindset that tests are unnecessary to meet business requirements has taken hold. Large companies all write test code, but startups don’t have the time for that.
Now it’s the era of Vibe Coding. AI can write test code well on its own. Most test codes are:
- Standardized
- Have defined inputs and results
This is the type of code that AI is good at writing. You just need to ask AI to write the test code. Then, check if the test code is well-written, and you’re done.
It’s time to write proper code. If you turn on Strict mode, write test code, enable linting, and integrate tests into CI/CD to ensure they run smoothly, there won’t be any major issues developing software with Vibe Coding.
In fact, with AI-driven development now a reality, it seems like a great time to be developing. It’s also a time when principles and standards shine even brighter.