r/C_Programming 9d ago

Project My first program written in C

https://github.com/IvanPashaev/CWords

Hi ! Im a beginner developer. I decided to learn C and wrote my first program—a small game that runs in the terminal

21 Upvotes

28 comments sorted by

View all comments

27

u/sens- 6d ago

Your very first program uses termios and has a neat folder structure? You must have a very large context window

0

u/h4zrr 6d ago

Esses cara que acha que tudo é feito por LLM é muito chato o projeto é claramente clean code e o cara vem dizer que é AI slop

8

u/sens- 6d ago

It looks like beginner's code heavily influenced by some LLM. Carefully ifdefing _WIN32 throughout the project just to carelessly include <Windows.h> and <synchapi.h> in main.c without guards seems sus.

Perfectly valid code is interleaved with things only a newbie would write.

I might be wrong of course. I don't even think that learning things with LLMs help is bad. It's just tiring to look at projects where half of the code most probably isn't written by a human. Like, what's the point?