#Carbon-Share
18 messages · Page 1 of 1 (latest)
is this mainly written by you by hand or is it mainly written using AI?
at the very least your README.md says
This text is written by OpenAI Codex.
at the end, which begs the question, how much more is generated with AI?
the rules of this project showcase forum states that you must be the author of a large part of the code of the project and that vibe-coded projects aren't allowed and if using AI during the development of the project it must at least have the "Created with AI" tag
So please remove or delete your this message. I think you didnt understood the line. "This text ....."
You have inconsistent naming convention from what I can see
Code/server.py line 201
def goBack(data):```
Code/server.py line 224
def get_files(path):```
you should maintain consistency at least
you probably want to stick with the pep8 lowercase snake_case naming of functions and variables in general
i dont care about naming.
or PEP
My goal is to create applications for debian based systems.
Sometime i use JS style naming and some time usual '_' style naming
it was just a suggestion for improving the readability and maintainability of your code/project