-
Notifications
You must be signed in to change notification settings - Fork 363
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
Implement data validation #99
Comments
I am on it! |
This also requires some thought as to what our goals would be regarding validation and how we would want to implement it in the project. |
I am interested and new to open source |
Great! Have a look at PR #209. A lot of the work is already done but it was closed automatically a while ago (there were merge issues that were never sorted out). |
Alright ! I can't find the file . |
Try this: https://github.com/ProAlgos/ProAlgos-Cpp/pull/209/commits#diff-264aaf8546723aaccf7ce2e80d46ae3f |
Okay ! I am looking where the commit conflicts are present . |
Might be easiest to just add the file from scratch rather than trying to manage conflicts. I think the folder organization is good, though. |
Okay . So , just to be clear . |
Yep!
Let me know if you have any questions. 🙂 |
Okay..Thanks for the explanation ! |
This issue has been automatically marked as inactive because it has not had recent activity. It will be closed in 15 days if no further activity occurs. Thank you for your contributions. |
I would like to know whether I can still contribute?? |
Definitely. Just reference this issue in your PR. |
- Make upper case using bit manipulation with unit tests - Make lower case using bit manipulation with unit tests
Opened a PR for upper/lower case ^ 🥳 and hopefully it closes this issue unless if random int/double still required : ) but I think they are different problems random != conversion 🤔 |
@alxmjo Sorry for the mention. Please can you review my pull request, I would appreciate your feedback. Thank you. |
Sorry it's taken me a bit, but I've added this to my to-do list. Hopefully
by Saturday.
…On Sun, Jan 24, 2021 at 7:25 PM Waleed Alharbi ***@***.***> wrote:
@alxmjo <https://github.com/alxmjo> Sorry for the mention. Please can you
review my pull request, I would appreciate your feedback. Thank you.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#99 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAMUKKX7JBBOFMC42X2RTL3S3Q3UZANCNFSM4DXW6OHA>
.
|
I am interested in contributing to this issue. Also, I am new to open source. |
Hi @alxmjo I am interested in contributing to this repo as my first PR. |
Could we add some data validation functions such as,
make upper case,
make lower case,
get random double,
get random int?
The text was updated successfully, but these errors were encountered: