Skip to content
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

removed poc.h from main.c #4

Merged

Conversation

mnislam01
Copy link
Contributor

No description provided.

@eknoyon eknoyon merged commit 85a0b6f into oservo:master Jul 22, 2019
@eknoyon
Copy link
Member

eknoyon commented Jul 22, 2019

Merged. However, soon we will require it back in main.c.

@eknoyon
Copy link
Member

eknoyon commented Jul 22, 2019

One more thing is noteworthy. You must've noticed that the coding is spacious. This is by Design. A unique Coding Standard is followed throughout the project. And this will be well maintained.

Spacious coding helps many-fold. C is infamously not-easily-readable and not-easily-comprehensive either. Our Coding Standard makes C coding fluent, easy reading and easy grasping.

The blank line above the line containing #include "poc.h" was by design. It separated the standard header files from our project header files.

I will add that line back later.

Thanks for contributing. Keep going with me.

@mnislam01 mnislam01 deleted the issue-4-unused-header-file-included branch July 22, 2019 18:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants