Mixed Messages: Positive Affirmations Generator

Hi Guys!

I just finished the first portfolio project on the Mixed Messages, and I would appreciate any feedback you can provide.

Personally I found this project to be just right. Even though it did take me some time to think about the implementation, once I came up with it, coding the program was quite fun and easy.
It took me around 4/5 hours to complete the project.

Link to the repo: GitHub - davidbushi/mixed-messages

Thank you!
David

1 Like

Hi David,
Your code is working and it is readable. But I think it is not fully reusable. For example, if you need add more information to your output (some punctuation marks), you will need to rewrite your function.

Cheers,Maria