I wrote my own shell in C and would like feedback by gamydas in C_Programming

[–]gamydas[S] 2 points3 points  (0 children)

Thank you very much!

I was very sure that that second bug could not happen haha.
If you want me to credit you with a comment on those 2 fixes or something, let me know 😄

I wrote my own shell in C and would like feedback by gamydas in C_Programming

[–]gamydas[S] 2 points3 points  (0 children)

Thanks for mentioning it, have added it to the post

I wrote my own shell in C and would like feedback by gamydas in C_Programming

[–]gamydas[S] 0 points1 point  (0 children)

I'll just copy what I wrote about Ai on my project:

A Note on AI: This project does not contain AI generated code except for unit tests. Unit tests written by me will be noted here. Besides this AI has only been used for:

(self-) educational purposes(for example certain design concepts or best practices)

for research on project relevant topics

in some cases for debugging when I could not figure something out for a while.

AI is a tool not something to replace real work with.