@menelion Is it suitable for those of us who have never coded before?
@menelion Is it suitable for those of us who have never coded before?
@technocounselor Well… Let me be honest with you. There are lots of people who use Claude Code to well, code their apps. That's called vibe coding. That means that they don't interact with a single line of program code, they don't even know anything about languages, compilers, building, tests and stuff. But I personally prefer double-check what I'm doing, so I don't vibe-code properly speaking, I rather use Claude as an assistant and productivity boost. So yeah, I use Claude extensively, it codes for me, writes documentation and tests, pinpoints errors, we discuss ideas and do brainstorms. But every line of code (except for automated tests) gets rechecked by me manually at the very time of coding or afterwards. #ClaudeCode #AI
Tests are a reflection of the codebase, it's chiral twin. It contains the same assumptions stated differently and review to the same level as the main body of work is highly recommend.
@doctormo @technocounselor I rather meant that I don't recheck *every* line in tests.