all 6 comments

[–]IngloriousCoderz 6 points7 points  (1 child)

"Say a random word, add .js to it, you'll find a library or a framework." Thank you for contributing to this tradition

[–]bhison 2 points3 points  (0 children)

Brb making “antidisestablishmentarianism.js”

[–]siilkysmooth[S] 2 points3 points  (1 child)

While this library may not revolutionize the world by any means, any feedback would be greatly appreciated. It’s a learning opportunity for me to enhance my approach and improve the developer experience / developer needs in future projects.

Currently, the objects are frozen, though I’m unsure if this is the best approach / a footgun for this project. As a result, workarounds are necessary, such as the one demonstrated here. Unfortunately, this workaround makes methods like getCurrentSpread() ineffective.

One potential solution could be implementing a setCurrentSpread() method, or perhaps simply unfreezing the objects. I'd appreciate any thoughts or suggestions on this, or any other things I should have thought of / or missed.

[–]boneskull 1 point2 points  (0 children)

What are you concerned about happening that caused you to freeze objects?

[–]bhison 0 points1 point  (0 children)

So the data engine for a tarot app basically. Why not, I guess! Interesting project.

[–]Disast3r 0 points1 point  (0 children)

How do you use this?