DEV Community

Discussion on: Ancient computer science: Let's build a Roman numeral converter from scratch πŸΊπŸ“œ

Collapse
 
thormeier profile image
Pascal Thormeier

Thank you for your inputs, very valuable and they do improve the performance! Glad you liked the post. :) It's true that I could've used the array methods like reduce and the spread operator more often. I omitted them on purpose though, as they add complexity for the reader, especially if they're not familiar with them, so they can concentrate on the functionality of the algorithm.