[Reverse String]: Add Approaches, Performance, and Unicode Articles#3609
[Reverse String]: Add Approaches, Performance, and Unicode Articles#3609BethanyG merged 8 commits intoexercism:mainfrom
Conversation
exercises/practice/reverse-string/.approaches/list-and-join/content.md
Outdated
Show resolved
Hide resolved
Therefor != Therefore. TIL. Added missing link, so should no longer be broken.
|
This is remarkably good for something so long and complicated. I can see why it stressed you out for so long! You already fixed the 2 minor things I found. I didn't see anything to comment on otherwise, and I think I've now read all of it. Good luck with the Unicode article. I can't help you with that. |
I am going to finish the Thank you so much for giving this a review. It is such a relief to know that it wasn't absolutely bonkers. I am very happy that its good if long-winded & complicated. 😄 |
|
Decided that this has sat long enough. Bailed (for now) on the Unicode article. Will revisit when I update the test runner. |
…xercism#3609) * Added approaches and articles for reverse-string. * Added code snippets for each approach. * remaned files to silence configlet. * renamed article snippets to .md to satisfy configlet. * Apply suggestions from code review Therefor != Therefore. TIL. Added missing link, so should no longer be broken. * Added more on the downfalls and gotchas of unicode. * Wrapping this up for now. * Deleted the Unicode directory for now.
Added an
Introduction.mdand the Following Approaches:Also added: