GPT4 CLI for TDD: you write the test, GPT writes the code to pass it ✅

Valentsea
Total
0
Shares

first — let’s grow my twitter, so i can tell about my inventions quicker and make the world even better place (or not, idk)


AI-TDD — GPT4 CLI for TDD. You write the test, GPT writes the code to pass it ✅.

Yes, I know. It’s a simple yet brilliant idea and open-source of the millennium. So feel free to fork and feature.

— Why?
— TDD is the only right way of..
— Wowow, man.. wait.. really.. don’t..
— (Hits vape): Ok, ok… GPTs are not so good when prompted to generate code from a free text input, BUT when you prompt it with a test — GPT4 is killing it with impressive accuracy.
— Hmm.. And the more clearly you formulate a test, the cleaner and wiser you write the code?
— Yep, and so does GPT 🤖

This is probably it.

I won’t tell you the whole 10 commandments of “why and how testing software is a blessing”, just one thing — tests are like your friends, they tell you what you want to hear, but you can only trust them, and they save your a$$ anyway. You better have friends.

With AI-TDD, you adjust the tests, and the code is written for you. You leave the low level of “how to code this feature” and move above to the level of “what the feature should do”. You clean your head from “implementations” and start operating “ideas” as the pro maximum deluxe engineer.

As AITDD is open-sourced, I’m happy to merge your PRs, so feel free to fork and feature!


There is one more good tool — OpenCommit — a GPT CLI to auto-generate conventional commits in 1 second.


I’ll probably change the world with other extraordinary inventions and enlightenment, not sure yet, but anyway, follow the Twitter account https://twitter.com/io_Y_oi (or don’t).

Total
0
Shares
Valentsea

A Detailed Explanation on Radio Button Helper and CheckBox Helper in MVC

What is HTML Helper? MVC provides the HTML Helper class that offers HTML controls in the razor view.…

You May Also Like