very well done!
i added a few comments regarding the comments ;)
strings are immutable and are expensive when we create a bunch of them for no reason. I have not added the comment everywhere
but notice how here a lot of those comments can be just like so:
"comment \n\n\n" instead of "comment" << "\n" << "\'n"<< "\n", so try to fix that :)
very well done! i added a few comments regarding the comments ;) strings are immutable and are expensive when we create a bunch of them for no reason. I have not added the comment everywhere but notice how here a lot of those comments can be just like so:
"comment \n\n\n"
instead of"comment" << "\n" << "\'n"<< "\n"
, so try to fix that :)