Remix.run Logo
pphysch 8 days ago

By what definition of "ideal"? You just hid all the complexity in those undefined `convert` and `format` methods.

pansa2 8 days ago | parent [-]

The original code does the same! All the real work is inside `convert` and `format`, it just adds another layer of complexity on top.

The ideal version has the same behaviour and shows that the extra complexity is unnecessary.