-
Notifications
You must be signed in to change notification settings - Fork 74
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Source code organization #2
Comments
I'd move all the licensing stuff to the LICENSE file, so that it doesn't pollute the rest of the files. Apart from that, source code requires cleaning (like, getting rid of commented-out code) and some function definitions aren't documented, which makes it hard for me to figure out what they're about (the fact that I'm not at all familiar with this architecture doesn't help, touché). Adhering to some style guide would help too (maybe Google's?) or, at least better consistency in code syntax. Also, contents of the todo.txt file should be transferred to Github issues. I'm afraid I can't help with folder structure or give any more advanced feedback, as I'm not familiar with the IDE/tool chain. My two cents :-) |
Thanks Dani, |
I am leaning to the following approach:
Disadvantage is that the framework is useless without the Demo.
I'm trying the proof of the concept and if it works will push it through Meanwhile, you can share your opinion on the subject. |
@danicarrion Can you elaborate on this a little? Do you recommend creating separate issues for each item of just a simple task list in a single issue?
|
Just did the restructure... updating documentation... |
changed all tabs to 4 spaces and made the license banner a bit nicer |
@AdySan I'd create one issue per item. That way, anyone can fork, work on that issue, make a PR and contribute back in a very organized way. |
This is my first GitHub project and also writing c-code for ESP_RTOS is a first time.
In order to make this project as accessible as possible to others, help to suggest how to setup the directory structure and include structures etc... in a better way
Thanks in advance,
HacK
The text was updated successfully, but these errors were encountered: