|
|
|
|
|
by florianherrengt
337 days ago
|
|
I'll accept this criticism. I've only done it for a month or so. That said, I do feel confident that, after reading plenty of online articles, I have learnt 80% of AI coding skills.
I configured Playwright and PostgreSQL MCP. Loads of unit and e2e tests for Claude to run after each change. Storybook for my components. I have multiple doc files in each folder.
I'm happy to learn though and would welcome any suggestions.What am I missing? Right now, I have a bug with my message queue. I didn't spend enough time thinking about the proper way to implement and test it. I guess I also didn't pay enough attention to the PR. But then, if I did, is it really vibe coding or classic software engineering while getting Claude to write for me with the added burden of reviewing it thoroughly? The issue is that if a user sends a message to someone, quickly switches to someone else and sends a message, both messages get sent to the first person. I'll have to figure out why it happens. My guess is that it's somewhere in the React app. Claude can't figure it out. What can I do to help it? |
|