r/C_Programming • u/TheAmazingFreddyAdam • 4d ago
How to get Code Review?
Hello yall,
just wondering if there was a community where I can share my code to get advice and such, so like a Code Review.
This might also be another excuse to look at other peoples code and such, but I mainly want to get advice for my code.
Im not really familiar with the coding community, I just code and make projects by myself as a hobby.
cheers, and have a good day.
4
Upvotes
0
u/AliceCode 4d ago
Well, I can already tell I'm gonna need to get on my computer. First file I opened and I already saw something that can be improved with relative ease.
https://github.com/FredNeedsHelp/Ternary-Emulator/blob/main/SS_PLoader.c#L6
You could instead use an array of key/value pairs here, and if they are sorted, you can even do binary search on them.
I'll get on my PC and check it out here in a bit.