What is the differrence between Vibe coding and normal coding ? #1078
|
What is the differrence between Vibe coding and normal coding ? |
Answered by
sam-dev-161127
Jun 2, 2026
Replies: 1 comment 4 replies
|
Normal coding means the developer writes most of the code manually, designs the logic, fixes bugs, and understands how every part of the program works. Vibe coding is a newer approach where AI tools generate much of the code based on natural language instructions, and the developer guides, reviews, and improves the output instead of writing everything from scratch. Vibe coding can speed up development and help beginners build projects faster, but understanding programming fundamentals is still important because you need to verify the code, fix errors, and make sure the application works correctly. |
4 replies
Answer selected by
Star812-alt
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Normal coding means the developer writes most of the code manually, designs the logic, fixes bugs, and understands how every part of the program works. Vibe coding is a newer approach where AI tools generate much of the code based on natural language instructions, and the developer guides, reviews, and improves the output instead of writing everything from scratch. Vibe coding can speed up development and help beginners build projects faster, but understanding programming fundamentals is still important because you need to verify the code, fix errors, and make sure the application works correctly.