Thank you for your contribution.
I liked overall the concepts discussed herein although a bit basic, but had few suggestions/questions:
- Your code in the post actually did not include the code for inserting the different persons' info, only a comment to do so, while the github repo does include the code. How come?
- You stored both age and dob. Is there not an easier way to just store one value (dob) and infer the age accordingly?
- Your approach to storing repos in github doesn't look too proper to me. Your prior parts are located on a separate github repo, mixed together, while this one is separate. Try to make a single repo, with the different "parts" as sub-folders.
- You've had few typos here and there in your work, nothing critical but at least a class name was mistyped and few other minor typos.
Your contribution has been evaluated according to Utopian policies and guidelines, as well as a predefined set of questions pertaining to the category.
To view those questions and the relevant answers related to your post, click here.
Need help? Write a ticket on https://support.utopian.io/.
Chat with us on Discord.
[utopian-moderator]
Thanks @mcfarhat for taking out time to moderate my contribution.
Just thought I would reduce the length of the codes pasted so I showed in the comments that another object was created using the format of the one showed (object - Paul)
I wanted to show the use of the maxDate and max differently that was why that was done.
I would rectify this accordingly
I would also look into this.
Thank you once again.