-
Notifications
You must be signed in to change notification settings - Fork 9
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
add new feature to auto copy function protoype from c file from spec… #14
Conversation
…fic directory into header file
Hello, @be-great. First of all, well done! Month three in ALX SE and already making significant pull requests! Fantastic! Can't wait to see what you'd be doing at month nine, at graduation, and even beyond! 😎 The feature you're proposing is great, but I think it needs some major tweaks to properly align with the project:
(DISCLAIMER: I'm just a collaborator, not the project owner or even a major stakeholder.) |
Hello @adobki 🚀 Thank you so much for the positive feedback and constructive suggestions! 🙌 I'm thrilled to contribute to this project and will definitely incorporate your valuable insights. Here's my plan to address your points:
Thank you again for the insight 🌟 |
Thank you for your valuable feedback! 💪 I've made the suggested adjustments to my code and am eager to receive your approval. Please take your time to review, and if there are any further suggestions or changes you'd like, I'm more than happy to address them. Looking forward to your response! 🌟 |
Hello, @be-great @Emmo00 , don't mention it, bro. I'm always happy to be of help. I see you've been choked-up by all dem projects as well. Less than a month now for us to be done here, and then it's on to the next one! Cheers! 😉 #doHardThings |
what happens ?! |
Hey @be-great I'm sorry I'm just saying this, but this feature is kinda out of the scope of the project If you're willing, you can create a new repo and I'll gladly contribute to implement this feature Don't be mad 🥹, I really appreciate your efforts. Thanks 🙏 |
No problem. Thanks for your feedback and time :) |
Are you moving forward to build it? |
Certainly, I just need some time to organize it. 🙌 |
Usage: alxcheck -D <dir_name> -H <header_name>.h
Example: alxcheck -D . -H main.h
This command will check all prototypes in the specified directory for C files. 🕵️♂️
Requirements:-
Example:
int function(void){}
❌ |int function(void)
and the bracket on a new line ✔